diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-03 14:11:03 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-03 14:11:03 -0800 |
commit | 9b5a0c840dcbd9e1399cc82e1130fac7094f6467 (patch) | |
tree | 776e4a9b4a172a0c3ae65ea911f601d919c2132e /sites/shared_conf.py | |
parent | 04d1580962c4ff282ca770e1293a37100567c57e (diff) | |
parent | c7090c52de983746cbccfcb8213d1d18132ae5f2 (diff) |
Merge branch '1.12'
Diffstat (limited to 'sites/shared_conf.py')
-rw-r--r-- | sites/shared_conf.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sites/shared_conf.py b/sites/shared_conf.py index 2b98654f..86ecdfe8 100644 --- a/sites/shared_conf.py +++ b/sites/shared_conf.py @@ -5,8 +5,9 @@ import sys import alabaster -# Alabaster theme +# Alabaster theme + mini-extension html_theme_path = [alabaster.get_path()] +extensions = ['alabaster'] # Paths relative to invoking conf.py - not this shared file html_static_path = ['../_shared_static'] html_theme = 'alabaster' @@ -32,7 +33,7 @@ html_sidebars = { # Regular settings project = u'Paramiko' year = datetime.now().year -copyright = u'2013-%d Jeff Forcier, 2003-2012 Robey Pointer' % year +copyright = u'%d Jeff Forcier' % year master_doc = 'index' templates_path = ['_templates'] exclude_trees = ['_build'] |