Changed sphinx_rtd_theme to pip version

master
Sofus Albert Høgsbro Rose 2017-01-26 17:47:28 -05:00
parent 710cb340ce
commit f6981ec5df
Signed by: so-rose
GPG Key ID: 3D01BE95F3EFFEB9
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -6,4 +6,4 @@ Wand
setuptools
pybind11
sphinx
sphinx_rtd_theme