[Python-modules-commits] [django-classy-tags] 08/12: Disable objects.inv download for sphinx.

Michael Fladischer fladi at moszumanska.debian.org
Thu Sep 1 07:46:23 UTC 2016


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

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

commit a50548de4e8b8b0ee93c57797e63a2e1fb2c780a
Author: Michael Fladischer <fladi at debian.org>
Date:   Thu Oct 8 08:50:54 2015 -0700

    Disable objects.inv download for sphinx.
    
     The python-django-doc package does not ship a objects.inv file by now, so there
     is no sense in keeping intersphinx enabled. Once it is shipped, the patch
     should switch to using the locally available Django objects.inv.
    Last-Update: 2014-04-25
    Forwarded: not-needed
    
    Patch-Name: intersphinx.patch
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 37fcd78..4f5454b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,7 +24,7 @@ import sys, os
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = ["sphinx.ext.intersphinx"]
 
-intersphinx_mapping = {'django': ('http://readthedocs.org/projects/eric/django/docs/', None)}
+#intersphinx_mapping = {'django': ('http://readthedocs.org/projects/eric/django/docs/', None)}
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-classy-tags.git



More information about the Python-modules-commits mailing list