We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 337c786 + d265b6f commit a93a617Copy full SHA for a93a617
docs/conf.py
@@ -14,8 +14,6 @@
14
import sys
15
16
sys.path.insert(0, os.path.abspath("."))
17
-sys.path.insert(0, os.path.abspath("sphinx_rtd_theme"))
18
-import sphinx_rtd_theme
19
20
# -- Project information -----------------------------------------------------
21
@@ -50,6 +48,7 @@
50
48
# a list of builtin themes.
51
49
#
52
html_theme = "sphinx_rtd_theme"
+html_theme_path = ["."]
53
# Add any paths that contain custom static files (such as style sheets) here,
54
# relative to this directory. They are copied after the builtin static files,
55
# so a file named "default.css" will overwrite the builtin "default.css".
0 commit comments