We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7b111 commit 6de622dCopy full SHA for 6de622d
docs/conf.py
@@ -66,16 +66,7 @@
66
67
# -- Options for HTML output -------------------------------------------------
68
69
-# The theme to use for HTML and HTML Help pages. See the documentation for
70
-# a list of builtin themes.
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
# Add any paths that contain custom static files (such as style sheets) here,
81
# relative to this directory. They are copied after the builtin static files,
0 commit comments