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 9751491 commit 5dab978Copy full SHA for 5dab978
docs/conf.py
@@ -70,13 +70,7 @@
70
71
# -- Options for HTML output ----------------------------------------------
72
73
-if not on_rtd: # only import and set the theme if we're building docs locally
74
- import sphinx_rtd_theme
75
-
76
- html_theme = "sphinx_rtd_theme"
77
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
78
-else:
79
- html_theme = "default"
+html_theme = "sphinx_rtd_theme"
80
81
# Output file base name for HTML help builder.
82
htmlhelp_basename = "sphinxdoc"
0 commit comments