Skip to content

Commit

Permalink
Remove get_html_theme_path().
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Oct 26, 2024
1 parent 0e5fe37 commit f9ee34a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import sphinx_rtd_theme

from cwt import __version__ as python_cwt_version

Expand Down Expand Up @@ -69,7 +68,6 @@
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

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

0 comments on commit f9ee34a

Please sign in to comment.