]> git.pld-linux.org Git - packages/python3-setuptools.git/blob - no-intersphinx-downloads.patch
- updated to 69.2.0, use pypi release tarball
[packages/python3-setuptools.git] / no-intersphinx-downloads.patch
1 --- setuptools-62.0.0/docs/conf.py.orig 2022-04-04 12:27:45.000000000 +0200
2 +++ setuptools-62.0.0/docs/conf.py      2022-04-09 10:50:38.582612780 +0200
3 @@ -84,17 +84,6 @@
4  # Be strict about any broken references:
5  nitpicky = True
6  
7 -# Include Python intersphinx mapping to prevent failures
8 -# jaraco/skeleton#51
9 -extensions += ['sphinx.ext.intersphinx']
10 -intersphinx_mapping = {
11 -    'python': ('https://docs.python.org/3', None),
12 -}
13 -
14 -intersphinx_mapping.update({
15 -    'pypa-build': ('https://pypa-build.readthedocs.io/en/latest/', None)
16 -})
17 -
18  # Add support for linking usernames
19  github_url = 'https://github.com'
20  github_repo_org = 'pypa'
21 @@ -170,12 +159,6 @@
22      ('py:mod', 'docutils'),  # there's no Sphinx site documenting this
23  ]
24  
25 -# Allow linking objects on other Sphinx sites seamlessly:
26 -intersphinx_mapping.update(
27 -    python2=('https://docs.python.org/2', None),
28 -    python=('https://docs.python.org/3', None),
29 -)
30 -
31  # Add support for the unreleased "next-version" change notes
32  extensions += ['sphinxcontrib.towncrier']
33  # Extension needs a path from here to the towncrier config.
34 @@ -206,10 +189,3 @@
35      },
36      # rel="apple-touch-icon" does not support SVG yet
37  ]
38 -
39 -intersphinx_mapping['pip'] = 'https://pip.pypa.io/en/latest', None
40 -intersphinx_mapping['PyPUG'] = ('https://packaging.python.org/en/latest/', None)
41 -intersphinx_mapping['packaging'] = ('https://packaging.pypa.io/en/latest/', None)
42 -intersphinx_mapping['importlib-resources'] = (
43 -    'https://importlib-resources.readthedocs.io/en/latest', None
44 -)
This page took 0.085644 seconds and 3 git commands to generate.