summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/conf.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/conf.py b/www/conf.py
index 4c28ecf..9a55e8f 100644
--- a/www/conf.py
+++ b/www/conf.py
@@ -22,7 +22,10 @@ import sys, os
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc']
+extensions = [
+ 'sphinx.ext.autodoc',
+ 'github.tools.sphinx',
+ ]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -99,7 +102,7 @@ html_theme = 'sphinxdoc'
#html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
-#html_theme_path = []
+html_theme_path = ['.']
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".