We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43dafd9 commit 93817e2Copy full SHA for 93817e2
docs/conf.py
@@ -69,13 +69,7 @@
69
70
# -- Options for HTML output ----------------------------------------------
71
72
-if not on_rtd: # only import and set the theme if we're building docs locally
73
- import sphinx_rtd_theme
74
-
75
- html_theme = "sphinx_rtd_theme"
76
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
77
-else:
78
- html_theme = "default"
+html_theme = "sphinx_rtd_theme"
79
80
# Output file base name for HTML help builder.
81
htmlhelp_basename = "sphinxdoc"
0 commit comments