From da8699cd23e58fcbe177b90a678ec022f9bff0e1 Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Mon, 1 Aug 2016 18:09:33 +0200 Subject: Update script for debian package creation. Change-Id: Ia85d82b2528f058a7a051f6a91e575feb8b0159c --- .../debian/patches/no-intersphinx.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 keystonemiddleware-moon/debian/patches/no-intersphinx.patch (limited to 'keystonemiddleware-moon/debian/patches/no-intersphinx.patch') diff --git a/keystonemiddleware-moon/debian/patches/no-intersphinx.patch b/keystonemiddleware-moon/debian/patches/no-intersphinx.patch new file mode 100644 index 00000000..a5e25751 --- /dev/null +++ b/keystonemiddleware-moon/debian/patches/no-intersphinx.patch @@ -0,0 +1,17 @@ +Description: Remove the intersphinx plugin. + Do not use the intersphinx plugin which is doing network access during + the build. +Author: Thomas Goirand +Forwarded: no +Last-Update: 2014-07-28 + +--- python-keystonemiddleware-1.0.0.orig/doc/source/conf.py ++++ python-keystonemiddleware-1.0.0/doc/source/conf.py +@@ -42,7 +42,6 @@ sys.path.insert(0, os.path.abspath(os.pa + extensions = ['sphinx.ext.autodoc', + 'sphinx.ext.todo', + 'sphinx.ext.coverage', +- 'sphinx.ext.intersphinx', + # NOTE(blk-u): Uncomment the [pbr] section in setup.cfg and + # remove this Sphinx extension when + # https://launchpad.net/bugs/1260495 is fixed. -- cgit 1.2.3-korg