Force master doc to 'index' for Sphinx
not sure why this is necessary for buildbot but not local dev..
This commit is contained in:
parent
e755ed2b16
commit
8924d3590b
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue