Skip to content

Commit 362c783

Browse files
committed
Use sphinx_rtd_theme
1 parent 6d99e9b commit 362c783

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,8 @@
8686
# The theme to use for HTML and HTML Help pages. See the documentation for
8787
# a list of builtin themes.
8888
#
89-
if not on_rtd: # only import and set the theme if we're building docs locally
90-
import sphinx_rtd_theme
9189

92-
html_theme = "sphinx_rtd_theme"
93-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
90+
html_theme = "sphinx_rtd_theme"
9491

9592
# Theme options are theme-specific and customize the look and feel of a theme
9693
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)