We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e53e45 commit aecf100Copy full SHA for aecf100
1 file changed
docs/conf.py
@@ -2,8 +2,6 @@
2
import datetime
3
import importlib.metadata
4
5
-import sphinx_rtd_theme
6
-
7
extensions = [
8
"sphinx.ext.autodoc",
9
"sphinx.ext.intersphinx",
@@ -30,7 +28,6 @@
30
28
master_doc = "index"
31
29
pygments_style = "sphinx"
32
html_theme = "sphinx_rtd_theme"
33
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
34
html_static_path = ["_static"]
35
36
suppress_warnings = ["image.nonlocal_uri"]
0 commit comments