summaryrefslogtreecommitdiffhomepage
path: root/sites/www/conf.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-01-22 12:48:32 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-01-22 12:55:37 -0800
commit03768eadcafbbab93f9c5c6c67479e97249e7a09 (patch)
tree1c7057eb73f0331086b7e016b1c41a75e677830a /sites/www/conf.py
parent5a1f927310414ca47408c3f2f81a0b43beb8cb19 (diff)
Migrate 1.10.x NEWS entries to Sphinx changelog
Diffstat (limited to 'sites/www/conf.py')
-rw-r--r--sites/www/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/conf.py b/sites/www/conf.py
index e504ec7b..c144b5b4 100644
--- a/sites/www/conf.py
+++ b/sites/www/conf.py
@@ -9,3 +9,7 @@ extensions = ['blog']
rss_link = 'http://paramiko.org'
rss_description = 'Paramiko project news'
+# Add Releases changelog extension
+extensions.append('releases')
+releases_release_uri = "https://github.com/paramiko/paramiko/tree/%s"
+releases_issue_uri = "https://github.com/paramiko/paramiko/issues/%s"