File: no-intersphinx.patch

package info (click to toggle)
python-django-formtools 2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,024 kB
  • sloc: python: 2,100; makefile: 192
file content (16 lines) | stat: -rw-r--r-- 652 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: No intersphinx
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2015-09-11

--- python-django-formtools-1.0.orig/docs/conf.py
+++ python-django-formtools-1.0/docs/conf.py
@@ -29,7 +29,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',
+extensions = ['sphinx.ext.autodoc',
               'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.ifconfig',
               'sphinx.ext.viewcode', 'settings']