Force master doc to 'index' for Sphinx

not sure why this is necessary for buildbot but not local dev..
This commit is contained in:
Lance Edgar 2022-03-05 16:17:29 -06:00
parent e755ed2b16
commit 8924d3590b

View file

@ -15,6 +15,11 @@
# sys.path.insert(0, os.path.abspath('.')) # sys.path.insert(0, os.path.abspath('.'))
# TODO: not sure why i had to explicitly declare this for the sake of buildbot,
# when it worked for me fine locally without doing this.
master_doc = 'index'
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'Messkit' project = 'Messkit'