summaryrefslogtreecommitdiffhomepage
path: root/sites/shared_conf.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-03 14:09:56 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-03 14:09:56 -0800
commit0f2fb262870d080d872bb4dd9689d2faf75545ee (patch)
tree44371c8608b91dcba32dae81eb6ac33e0fbfa486 /sites/shared_conf.py
parent4aa966865393d52ab548ca4b3b12e84260d82f8d (diff)
Update to new Alabaster version for footer/extension stuff
Diffstat (limited to 'sites/shared_conf.py')
-rw-r--r--sites/shared_conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sites/shared_conf.py b/sites/shared_conf.py
index 2b98654f..ca555ca5 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'