summaryrefslogtreecommitdiffhomepage
path: root/sites/shared_conf.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-03 14:10:58 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-03 14:10:58 -0800
commit36abefdac05a1f764e7da0f258b5303b87384192 (patch)
tree3e90b07b724f6a85c5414bfff2521feb52fe6778 /sites/shared_conf.py
parent0a90bef4f47b4b29e119d78d7293184856bad605 (diff)
parentcdf62655cbddbc68b42f58984eb60906a253cca0 (diff)
Merge branch '1.10' into 1.11
Diffstat (limited to 'sites/shared_conf.py')
-rw-r--r--sites/shared_conf.py5
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']