summaryrefslogtreecommitdiffhomepage
path: root/sites/www/conf.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-04-06 16:24:16 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-04-06 16:24:43 -0700
commit1103416d8386e7965bae0d51d596efc4f5a75670 (patch)
treeb8dab0025a773c21d2d9159b7faf4dd1e3a13ed0 /sites/www/conf.py
parentb85a09673a31719b76b3998270137f0189c226e5 (diff)
Put blog into a branch
Diffstat (limited to 'sites/www/conf.py')
-rw-r--r--sites/www/conf.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/sites/www/conf.py b/sites/www/conf.py
index 0c8af16c..5047fa67 100644
--- a/sites/www/conf.py
+++ b/sites/www/conf.py
@@ -6,12 +6,6 @@ from os.path import abspath, join, dirname
sys.path.append(abspath(join(dirname(__file__), '..')))
from shared_conf import *
-# Local blog extension
-sys.path.append(abspath('.'))
-extensions.append('blog')
-rss_link = 'http://paramiko.org'
-rss_description = 'Paramiko project news'
-
# Releases changelog extension
extensions.append('releases')
# Paramiko 1.x tags start with 'v'. Meh.