Skip to content

Commit b71c3a4

Browse files
author
Benedikt Schmitt
committed
Merge branch 'cottsay-doc_theme'
2 parents 3bf48f0 + 6fe163b commit b71c3a4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
import sys
1717
import os
18+
import alabaster
1819

1920
# If extensions (or modules to document with autodoc) are in another directory,
2021
# add these directories to sys.path here. If the directory is relative to the
@@ -115,7 +116,7 @@
115116
#html_theme_options = {}
116117

117118
# Add any paths that contain custom themes here, relative to this directory.
118-
#html_theme_path = []
119+
html_theme_path = [alabaster.get_path()]
119120

120121
# The name for this set of Sphinx documents. If None, it defaults to
121122
# "<project> v<release> documentation".

filelock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"FileLock"
7070
]
7171

72-
__version__ = "3.0.8"
72+
__version__ = "3.0.9"
7373

7474

7575
_logger = None

0 commit comments

Comments
 (0)