[Python-modules-commits] r29019 - in packages/python-repoze.what/trunk/debian (4 files)
zigo at users.alioth.debian.org
zigo at users.alioth.debian.org
Thu May 22 01:17:49 UTC 2014
Date: Thursday, May 22, 2014 @ 01:17:48
Author: zigo
Revision: 29019
Patches docs/source/conf.py to stop using intersphinx.
Added:
packages/python-repoze.what/trunk/debian/patches/
packages/python-repoze.what/trunk/debian/patches/no-intersphinx.patch
packages/python-repoze.what/trunk/debian/patches/series
Modified:
packages/python-repoze.what/trunk/debian/changelog
Modified: packages/python-repoze.what/trunk/debian/changelog
===================================================================
--- packages/python-repoze.what/trunk/debian/changelog 2014-05-22 01:17:44 UTC (rev 29018)
+++ packages/python-repoze.what/trunk/debian/changelog 2014-05-22 01:17:48 UTC (rev 29019)
@@ -7,6 +7,7 @@
* Using dh_sphinxdoc correctly. Not packaging README.txt which is the exact
copy of the long description.
* Switching to source format 3.0 (quilt).
+ * Patches docs/source/conf.py to stop using intersphinx.
-- Thomas Goirand <zigo at debian.org> Wed, 21 May 2014 23:09:11 +0000
Added: packages/python-repoze.what/trunk/debian/patches/no-intersphinx.patch
===================================================================
--- packages/python-repoze.what/trunk/debian/patches/no-intersphinx.patch (rev 0)
+++ packages/python-repoze.what/trunk/debian/patches/no-intersphinx.patch 2014-05-22 01:17:48 UTC (rev 29019)
@@ -0,0 +1,18 @@
+Description: Do not use intersphinx for docs
+ This is to avoid network access during the build.
+Author: Thomas Goirand <zigo at debian.org>
+Forwarded: no
+Last-Update: 2014-05-22
+
+--- python-repoze.what-1.0.9.orig/docs/source/conf.py
++++ python-repoze.what-1.0.9/docs/source/conf.py
+@@ -30,8 +30,7 @@ for item in os.listdir(root):
+ # General configuration
+ # ---------------------
+
+-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
+- 'sphinx.ext.intersphinx']
++extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest']
+
+ # Add any paths that contain templates here, relative to this directory.
+ templates_path = ['_templates']
Added: packages/python-repoze.what/trunk/debian/patches/series
===================================================================
--- packages/python-repoze.what/trunk/debian/patches/series (rev 0)
+++ packages/python-repoze.what/trunk/debian/patches/series 2014-05-22 01:17:48 UTC (rev 29019)
@@ -0,0 +1 @@
+no-intersphinx.patch
More information about the Python-modules-commits
mailing list