summaryrefslogtreecommitdiffhomepage
path: root/sites/www/conf.py
diff options
context:
space:
mode:
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"