File: no-intersphinx.patch

package info (click to toggle)
python-dogpile.cache 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 836 kB
  • sloc: python: 6,620; makefile: 159; sh: 104
file content (16 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable the intersphinx plugin
 This is to avoid network access during build.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2020-09-02

--- a/docs/build/conf.py	2020-09-02 13:39:55.857891290 +0200
+++ b/docs/build/conf.py	2020-09-02 13:40:22.081832983 +0200
@@ -34,7 +34,6 @@
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = [
     "sphinx.ext.autodoc",
-    "sphinx.ext.intersphinx",
     "changelog",
     "sphinx_paramlinks",
 ]