Skip to content

Commit d74158d

Browse files
committed
fix: Sphinx no longer requires get_html_theme_path() call
...which breaks the docs build.
1 parent d76f572 commit d74158d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/source/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
# html_theme_options.
133133
import sphinx_rtd_theme
134134
html_theme = 'sphinx_rtd_theme'
135-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
136135

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

0 commit comments

Comments
 (0)