Skip to content

Commit 6de622d

Browse files
committed
Update RTD configuration
1 parent ec7b111 commit 6de622d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docs/conf.py

+1-10
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,7 @@
6666

6767
# -- Options for HTML output -------------------------------------------------
6868

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"
69+
html_theme = "sphinx_rtd_theme"
7970

8071
# Add any paths that contain custom static files (such as style sheets) here,
8172
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)