aboutsummaryrefslogtreecommitdiff
path: root/nerv/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'nerv/doc/source/conf.py')
-rw-r--r--nerv/doc/source/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nerv/doc/source/conf.py b/nerv/doc/source/conf.py
index 8426613..4d6119f 100644
--- a/nerv/doc/source/conf.py
+++ b/nerv/doc/source/conf.py
@@ -15,6 +15,7 @@
import sys
import os
import shlex
+import alabaster
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -119,7 +120,7 @@ html_theme = 'alabaster'
#html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
-#html_theme_path = []
+html_theme_path = [alabaster.get_path()]
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".