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 6a5feeb commit aeca5dbCopy full SHA for aeca5db
docs/conf.py
@@ -74,14 +74,7 @@
74
pygments_style = "sphinx"
75
76
# -- Options for HTML output ----------------------------------------------
77
-
78
-if not on_rtd: # only import and set the theme if we're building docs locally
79
- import sphinx_rtd_theme
80
81
- html_theme = "sphinx_rtd_theme"
82
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
83
-else:
84
- html_theme = "default"
+html_theme = "sphinx_rtd_theme"
85
86
# Output file base name for HTML help builder.
87
htmlhelp_basename = "pyfrcdoc"
0 commit comments