diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-03 14:09:56 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-03 14:09:56 -0800 |
commit | 0f2fb262870d080d872bb4dd9689d2faf75545ee (patch) | |
tree | 44371c8608b91dcba32dae81eb6ac33e0fbfa486 /sites/shared_conf.py | |
parent | 4aa966865393d52ab548ca4b3b12e84260d82f8d (diff) |
Update to new Alabaster version for footer/extension stuff
Diffstat (limited to 'sites/shared_conf.py')
-rw-r--r-- | sites/shared_conf.py | 3 |
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' |