"fix rtd theme
"
This commit is contained in:
parent
75091f238b
commit
2f3a0e79a0
1 changed files with 3 additions and 12 deletions
15
docs/conf.py
15
docs/conf.py
|
@ -108,19 +108,10 @@ napoleon_numpy_docstring = False
|
||||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# a list of builtin themes.
|
# a list of builtin themes.
|
||||||
#
|
#
|
||||||
on_rtd = os.environ.get("READTHEDOCS", None) == "True"
|
import sphinx_rtd_theme
|
||||||
|
|
||||||
if not on_rtd: # only import and set the theme if we're building docs locally
|
html_theme = "sphinx_rtd_theme"
|
||||||
try:
|
html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
|
||||||
import sphinx_rtd_theme
|
|
||||||
|
|
||||||
html_theme = "sphinx_rtd_theme"
|
|
||||||
html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
|
|
||||||
except:
|
|
||||||
html_theme = "default"
|
|
||||||
html_theme_path = ["."]
|
|
||||||
else:
|
|
||||||
html_theme_path = ["."]
|
|
||||||
|
|
||||||
# Add any paths that contain custom static files (such as style sheets) here,
|
# 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,
|
# relative to this directory. They are copied after the builtin static files,
|
||||||
|
|
Loading…
Reference in a new issue