[Python-modules-commits] [python-qtawesome] 02/04: Add patch preventing intersphinx from accessing the internet.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Jul 17 05:19:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository python-qtawesome.

commit 8e3f8edb492a5878805fed9572a8d1a7aae53b30
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Jul 11 15:18:16 2016 +0100

    Add patch preventing intersphinx from accessing the internet.
    
    Gbp-Dch: Short
    Thanks: Chris Lamb
    Closes: #830606
---
 ...phinx-link-with-system-documentation-packages.patch | 18 ++++++++++++++++++
 debian/patches/series                                  |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/Make-intersphinx-link-with-system-documentation-packages.patch b/debian/patches/Make-intersphinx-link-with-system-documentation-packages.patch
new file mode 100644
index 0000000..5f3b0cc
--- /dev/null
+++ b/debian/patches/Make-intersphinx-link-with-system-documentation-packages.patch
@@ -0,0 +1,18 @@
+From: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Date: Mon, 11 Jul 2016 15:12:19 +0100
+Subject: Make intersphinx link with system documentation packages.
+
+---
+ docs/source/conf.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/source/conf.py b/docs/source/conf.py
+index e6196af..653d924 100644
+--- a/docs/source/conf.py
++++ b/docs/source/conf.py
+@@ -310,4 +310,4 @@ texinfo_documents = [
+ 
+ 
+ # Example configuration for intersphinx: refer to the Python standard library.
+-intersphinx_mapping = {'https://docs.python.org/': None}
++intersphinx_mapping = {'https://docs.python.org/': '/usr/share/doc/python/html/objects.inv'}
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..946b7f2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Make-intersphinx-link-with-system-documentation-packages.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qtawesome.git



More information about the Python-modules-commits mailing list