Add changes to theme in conf.py

This commit is contained in:
Lyn Perrine 2019-04-02 14:58:52 -07:00
parent b26712923f
commit 5b01a49d9d

View File

@ -112,7 +112,7 @@ html_theme = 'sphinx_rtd_theme'
# html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
html_theme_path = ["_themes", ]
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.