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']
|