Explicitly declare master_doc for Sphinx
This commit is contained in:
parent
ade5e73121
commit
8e95813e2b
1 changed files with 5 additions and 0 deletions
|
@ -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 = 'rattail-manual'
|
project = 'rattail-manual'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue