From da50030623bba6b4a5223c86132857b20fb99dbc Mon Sep 17 00:00:00 2001
From: Daniele Tricoli <eriol@mornie.org>
Date: Thu, 8 Oct 2015 08:40:41 -0700
Subject: Disable sphinxcontrib-releases because it's not packaged for

 Debian.
Last-Update: 2015-07-11
Forwarded: not-needed
Patch-Name: 01_disable_sphinxcontrib_extensions.patch
---
 docs/source/conf.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 23e3af7..0d20720 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -105,13 +105,13 @@ todo_include_todos = devel
 
 # -- release and issues
 
-extensions.append("releases")
+# extensions.append("releases")
 
 # 'releases' (changelog) settings
-releases_debug = True
-releases_issue_uri = "https://bitbucket.org/circuits/circuits/issue/%s"
-releases_release_uri = "https://bitbucket.org/circuits/circuits/src/tip/?at=%s"
-releases_document_name = "changes"
+# releases_debug = True
+# releases_issue_uri = "https://bitbucket.org/circuits/circuits/issue/%s"
+# releases_release_uri = "https://bitbucket.org/circuits/circuits/src/tip/?at=%s"
+# releases_document_name = "changes"
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
