Skip to content

Commit 3bb3d0a

Browse files
Remove deprecated method call in docs\conf.py
Removed call of method `get_html_theme_path()` in `docs\conf.py` that made the `test` job of the `Build CI` workflow fail.
1 parent 62ce167 commit 3bb3d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
import sphinx_rtd_theme
115115

116116
html_theme = "sphinx_rtd_theme"
117-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
117+
# html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
118118

119119
# Add any paths that contain custom static files (such as style sheets) here,
120120
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)