File: patch-out-intersphinx.patch

package info (click to toggle)
python-requests-oauthlib 1.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 572 kB
  • sloc: python: 1,536; makefile: 159
file content (17 lines) | stat: -rw-r--r-- 685 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove intersphinx extension
 This is doing network access during build.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2019-09-14

--- python-requests-oauthlib-1.0.0.orig/docs/conf.py
+++ python-requests-oauthlib-1.0.0/docs/conf.py
@@ -26,7 +26,7 @@ from requests_oauthlib import __version_
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
+extensions = ['sphinx.ext.autodoc']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']