updates to allow building python docs again, also added checks for requirements to build the python docs

This commit is contained in:
Blake Harnden 2020-04-16 11:32:50 -07:00
parent 78d442b574
commit 5dcf2f45c5
4 changed files with 13 additions and 19 deletions

View file

@ -10,7 +10,7 @@
# extra cruft to remove
DISTCLEANFILES = conf.py Makefile Makefile.in stamp-vti *.rst
all: index.rst
all: html
# auto-generated Python documentation using Sphinx
index.rst:

View file

@ -121,7 +121,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# 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']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.