File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 12
12
# serve to show the default.
13
13
14
14
import sys , os
15
+ import alabaster
15
16
16
17
# If extensions (or modules to document with autodoc) are in another directory,
17
18
# add these directories to sys.path here. If the directory is relative to the
22
23
23
24
# Add any Sphinx extension module names here, as strings. They can be extensions
24
25
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
26
+
25
27
extensions = ['sphinx.ext.autodoc' , 'sphinx.ext.doctest' , 'sphinx.ext.coverage' ]
26
28
27
29
# Add any paths that contain templates here, relative to this directory.
91
93
92
94
# The theme to use for HTML and HTML Help pages. Major themes that come with
93
95
# Sphinx are currently 'default' and 'sphinxdoc'.
96
+ html_theme_path = [alabaster .get_path ()]
94
97
html_theme = 'alabaster'
95
98
on_rtd = os .environ .get ('READTHEDOCS' , None ) == 'True'
96
99
You can’t perform that action at this time.
0 commit comments