Skip to content

Commit ded7def

Browse files
committed
docs: remove deprecated get_html_theme_path usage
1 parent 02a0010 commit ded7def

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
import datetime
33
import importlib.metadata
44

5-
import sphinx_rtd_theme
6-
75
extensions = [
86
"sphinx.ext.autodoc",
97
"sphinx.ext.intersphinx",
@@ -30,7 +28,6 @@
3028
master_doc = "index"
3129
pygments_style = "sphinx"
3230
html_theme = "sphinx_rtd_theme"
33-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
3431
html_static_path = ["_static"]
3532

3633
suppress_warnings = ["image.nonlocal_uri"]

0 commit comments

Comments
 (0)