Fix docs bug on buildbot
This commit is contained in:
parent
93fad98008
commit
b4c318c1f2
0
docs/_static/.keepme
vendored
Normal file
0
docs/_static/.keepme
vendored
Normal file
|
@ -15,6 +15,11 @@
|
|||
# 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 = 'Theo'
|
||||
|
@ -52,4 +57,4 @@ html_theme = 'alabaster'
|
|||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
html_static_path = ['_static']
|
||||
|
|
Loading…
Reference in a new issue