Skip to content

Commit a457e94

Browse files
author
Benedikt Schmitt
committed
Merge branch 'doc_theme' of https://github.com/cottsay/py-filelock into cottsay-doc_theme
2 parents 3bf48f0 + 83399e1 commit a457e94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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".

0 commit comments

Comments
 (0)