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 + 6fe163b commit b71c3a4Copy full SHA for b71c3a4
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".
filelock.py
@@ -69,7 +69,7 @@
69
"FileLock"
70
]
71
72
-__version__ = "3.0.8"
+__version__ = "3.0.9"
73
74
75
_logger = None
0 commit comments