File: no-intersphinx.patch

package info (click to toggle)
python-django-appconf 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 220 kB
  • sloc: python: 386; makefile: 132; sh: 5
file content (18 lines) | stat: -rw-r--r-- 773 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: No intersphinx
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2014-08-12

Index: python-django-appconf/docs/conf.py
===================================================================
--- python-django-appconf.orig/docs/conf.py
+++ python-django-appconf/docs/conf.py
@@ -23,7 +23,7 @@ sys.path.insert(0, os.path.abspath('..')
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.coverage']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']