[Python-modules-commits] [django-uwsgi] 03/10: Disable sphinx extensions that are not packaged yet
Michael Fladischer
fladi at moszumanska.debian.org
Mon Jul 17 07:45:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository django-uwsgi.
commit 92566b963776d80aab341e33b760859f877ece37
Author: Michael Fladischer <fladi at debian.org>
Date: Mon Oct 26 20:04:39 2015 +0100
Disable sphinx extensions that are not packaged yet
Last-Update: 2015-09-14
Forwarded: not-needed
Patch-Name: sphinx.patch
---
docs/conf.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index 13a529d..536ce71 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -13,10 +13,10 @@ sys.path.insert(0, os.path.abspath('..'))
from django_uwsgi import __version__
-extensions = [
- 'sphinx.ext.intersphinx',
- 'releases',
-]
+#extensions = [
+# 'sphinx.ext.intersphinx',
+# 'releases',
+#]
releases_issue_uri = "https://github.com/unbit/django-uwsgi/issues/%s"
releases_release_uri = "https://github.com/unbit/django-uwsgi/tree/%s"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-uwsgi.git
More information about the Python-modules-commits
mailing list