We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951cea9 commit 65ea864Copy full SHA for 65ea864
docs/conf.py
@@ -67,14 +67,7 @@
67
pygments_style = "sphinx"
68
69
# -- Options for HTML output ----------------------------------------------
70
-
71
-if not on_rtd: # only import and set the theme if we're building docs locally
72
- import sphinx_rtd_theme
73
74
- html_theme = "sphinx_rtd_theme"
75
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
76
-else:
77
- html_theme = "default"
+html_theme = "sphinx_rtd_theme"
78
79
# Output file base name for HTML help builder.
80
htmlhelp_basename = "sphinxdoc"
0 commit comments