Skip to content

Commit 93817e2

Browse files
committed
Update RTD
1 parent 43dafd9 commit 93817e2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/conf.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,7 @@
6969

7070
# -- Options for HTML output ----------------------------------------------
7171

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"
72+
html_theme = "sphinx_rtd_theme"
7973

8074
# Output file base name for HTML help builder.
8175
htmlhelp_basename = "sphinxdoc"

0 commit comments

Comments
 (0)