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/www | |
parent | 4aa966865393d52ab548ca4b3b12e84260d82f8d (diff) |
Update to new Alabaster version for footer/extension stuff
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/conf.py b/sites/www/conf.py index 1f11c1e2..481acdff 100644 --- a/sites/www/conf.py +++ b/sites/www/conf.py @@ -8,7 +8,7 @@ from shared_conf import * # Local blog extension sys.path.append(abspath('.')) -extensions = ['blog'] +extensions.append('blog') rss_link = 'http://paramiko.org' rss_description = 'Paramiko project news' |