summaryrefslogtreecommitdiff
path: root/sites/www/conf.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-04-16 14:53:27 -0400
committerJeff Forcier <jeff@bitprophet.org>2014-04-16 14:53:27 -0400
commit3ce4978e587ca9fad0af35296b0e00fadab81e6c (patch)
treef0481977de2791e9ad61d82f9deb6eeacefd9b0a /sites/www/conf.py
parentc14de1d93516c9aec18749cb501febf0b2cee530 (diff)
downloadparamiko-re-add-blog.tar.gz
Diffstat (limited to 'sites/www/conf.py')
-rw-r--r--sites/www/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/conf.py b/sites/www/conf.py
index bdb5929a..afa9d7a2 100644
--- a/sites/www/conf.py
+++ b/sites/www/conf.py
@@ -12,6 +12,11 @@ extensions.append('releases')
releases_release_uri = "https://github.com/paramiko/paramiko/tree/v%s"
releases_issue_uri = "https://github.com/paramiko/paramiko/issues/%s"
+# Blog extension
+extensions.append('sphinxblog')
+rss_link = 'http://paramiko.org'
+rss_description = 'Paramiko project news'
+
# Intersphinx for referencing API/usage docs
extensions.append('sphinx.ext.intersphinx')
# Default is 'local' building, but reference the public docs site when building