Skip to content

Commit 5dab978

Browse files
committed
Update RTD
1 parent 9751491 commit 5dab978

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
@@ -70,13 +70,7 @@
7070

7171
# -- Options for HTML output ----------------------------------------------
7272

73-
if not on_rtd: # only import and set the theme if we're building docs locally
74-
import sphinx_rtd_theme
75-
76-
html_theme = "sphinx_rtd_theme"
77-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
78-
else:
79-
html_theme = "default"
73+
html_theme = "sphinx_rtd_theme"
8074

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

0 commit comments

Comments
 (0)