Skip to content

Commit 5965a8a

Browse files
authored
docs: conf.py: remove deprecated get_html_theme_path call (#810)
For Sphinx `v8.1.3` compatibility remove the `get_html_theme_path` call. Fixes: #807
1 parent 7da3888 commit 5965a8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@
131131
if not on_rtd: # only import and set the theme if we're building docs locally
132132
import sphinx_rtd_theme
133133
html_theme = 'sphinx_rtd_theme'
134-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
135134

136135
### Suppress warnings: http://stackoverflow.com/a/28778969/2288008 {
137136
if not on_rtd:

0 commit comments

Comments
 (0)