We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bf48f0 + 83399e1 commit a457e94Copy full SHA for a457e94
docs/source/conf.py
@@ -15,6 +15,7 @@
15
16
import sys
17
import os
18
+import alabaster
19
20
# If extensions (or modules to document with autodoc) are in another directory,
21
# add these directories to sys.path here. If the directory is relative to the
@@ -115,7 +116,7 @@
115
116
#html_theme_options = {}
117
118
# Add any paths that contain custom themes here, relative to this directory.
-#html_theme_path = []
119
+html_theme_path = [alabaster.get_path()]
120
121
# The name for this set of Sphinx documents. If None, it defaults to
122
# "<project> v<release> documentation".
0 commit comments