Skip to content

Commit f9ee34a

Browse files
committed
Remove get_html_theme_path().
1 parent 0e5fe37 commit f9ee34a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# import os
1414
# import sys
1515
# sys.path.insert(0, os.path.abspath('.'))
16-
import sphinx_rtd_theme
1716

1817
from cwt import __version__ as python_cwt_version
1918

@@ -69,7 +68,6 @@
6968
# a list of builtin themes.
7069
#
7170
html_theme = "sphinx_rtd_theme"
72-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
7371

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

0 commit comments

Comments
 (0)