[Python-modules-commits] [django-uwsgi] 03/07: Disable sphinx extensions that are not packaged yet

Michael Fladischer fladi at moszumanska.debian.org
Wed Oct 19 10:24:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository django-uwsgi.

commit 7bd94169d222fc13d0f7715a0c93d0b3c0fe46be
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 0ee8952..21d7bad 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