Skip to content

Commit 5c62250

Browse files
authored
update for latest sphinx rtd theme release (#1368)
* update for latest sphinx rtd theme release * Update conf.py
1 parent 6502a0e commit 5c62250

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/conf.py

-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
import re
1616
import sys
1717

18-
import sphinx_rtd_theme
19-
2018
HERE = os.path.abspath(os.path.dirname(__file__))
2119

2220

@@ -132,7 +130,6 @@ def find_version(*file_paths):
132130
html_context["READTHEDOCS"] = True
133131

134132
html_theme = "sphinx_rtd_theme"
135-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
136133

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

0 commit comments

Comments
 (0)