Skip to content

Commit 0213bf2

Browse files
committed
change sphinx html_theme_path
1 parent 866aff9 commit 0213bf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# a list of builtin themes.
6969
#
7070
html_theme = 'sphinx_rtd_theme'
71-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
71+
html_theme_path = [sphinx_rtd_theme.html_theme_path()]
7272

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

0 commit comments

Comments
 (0)