Fix docs bug on buildbot

This commit is contained in:
Lance Edgar 2021-01-27 17:38:55 -06:00
parent 93fad98008
commit b4c318c1f2
2 changed files with 6 additions and 1 deletions

0
docs/_static/.keepme vendored Normal file
View file

View 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']