[Python-modules-commits] [django-auth-ldap] 06/12: Fix KeyError in intersphinx patch.
Michael Fladischer
fladi at moszumanska.debian.org
Fri Nov 24 11:22:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository django-auth-ldap.
commit aa0269398990afbe9d2e80a85e13e4b0adc008d9
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Fri Nov 24 11:36:32 2017 +0100
Fix KeyError in intersphinx patch.
---
debian/patches/docs-use_local_intersphinx_mapping.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/docs-use_local_intersphinx_mapping.patch b/debian/patches/docs-use_local_intersphinx_mapping.patch
index 62e065d..662b2ad 100644
--- a/debian/patches/docs-use_local_intersphinx_mapping.patch
+++ b/debian/patches/docs-use_local_intersphinx_mapping.patch
@@ -14,7 +14,7 @@ Patch-Name: docs-use_local_intersphinx_mapping.patch
1 file changed, 32 insertions(+)
diff --git a/docs/source/conf.py b/docs/source/conf.py
-index a644bb2..1ac727a 100644
+index a644bb2..78a8ac7 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -19,6 +19,7 @@
@@ -41,7 +41,7 @@ index a644bb2..1ac727a 100644
+ check_object_path(
+ 'python',
+ 'http://docs.python.org/',
-+ '/usr/share/doc/python{v}/html/objects.inv'.format(map(str, sys.version_info[:2]))
++ '/usr/share/doc/python{v}/html/objects.inv'.format(v=map(str, sys.version_info[:2]))
+ )
+)
+intersphinx_mapping.update(
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-auth-ldap.git
More information about the Python-modules-commits
mailing list