File: no-intersphinx.patch

package info (click to toggle)
python-pbcore 2.1.2%2Bdfsg-12
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,552 kB
  • sloc: python: 13,404; xml: 2,504; makefile: 225; sh: 66
file content (21 lines) | stat: -rw-r--r-- 776 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Author: Andreas Tille <tille@debian.org>
Last-Update: 2024-12-16
Bug-Debian: https://bugs.debian.org/1090155
Description: remove intersphinx

--- a/doc/conf.py
+++ b/doc/conf.py
@@ -33,7 +33,6 @@ except Exception:
 # 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',
               'sphinx.ext.todo',
               'sphinx.ext.doctest',
               'sphinx.ext.inheritance_diagram']
@@ -252,5 +251,3 @@ texinfo_documents = [
 #texinfo_show_urls = 'footnote'
 
 
-# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}