Do not require Internet access during building.

Bug-Debian: https://bugs.debian.org/830186
Forwarded: no
Reviewed-By: Petter Reinholdtsen <pere@debian.org>
Last-Update: 2016-08-27

intersphinx want to fetch some mapping data, and was set up to use
the Internet to find it.  Use a local file from python-doc instead to
avoid violating Debian policy 4.9.

Gbp-Pq: Name intersphinx-localmapping.diff
This commit is contained in:
Petter Reinholdtsen 2017-07-16 11:19:44 +02:00
parent 8b860591c2
commit a8d4c19106
1 changed files with 1 additions and 1 deletions

View File

@ -268,4 +268,4 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
intersphinx_mapping = {'/usr/share/doc/python-doc/html': None}