summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-07-16 15:36:54 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-07-16 15:36:54 -0700
commit53144fffd7754476b8b866b7b52fa9faab1548e4 (patch)
treec2364dbad5a359a6caf30dd0875b7fde173a27f0 /www
parent832a7c766de46cff23d6716ece9efd79db78cf5d (diff)
downloadpython-cheetah-53144fffd7754476b8b866b7b52fa9faab1548e4.tar.gz
Add github extension for sphinx
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".