|
191 | 191 | # Allow linking objects on other Sphinx sites seamlessly:
|
192 | 192 | intersphinx_mapping.update(
|
193 | 193 | # python=('https://docs.python.org/3', None),
|
194 |
| - python=('https://docs.python.org/3.11/', None), |
| 194 | + python=('https://docs.python.org/3.11', None), |
195 | 195 | # ^-- Python 3.11 is required because it still contains `distutils`.
|
196 | 196 | # Just leaving it as `3` would imply 3.12+, but that causes an
|
197 | 197 | # error with the cross references to distutils functions.
|
|
237 | 237 | intersphinx_mapping.update({
|
238 | 238 | 'pip': ('https://pip.pypa.io/en/latest', None),
|
239 | 239 | 'build': ('https://build.pypa.io/en/latest', None),
|
240 |
| - 'PyPUG': ('https://packaging.python.org/en/latest/', None), |
241 |
| - 'packaging': ('https://packaging.pypa.io/en/latest/', None), |
242 |
| - 'twine': ('https://twine.readthedocs.io/en/stable/', None), |
| 240 | + 'PyPUG': ('https://packaging.python.org/en/latest', None), |
| 241 | + 'packaging': ('https://packaging.pypa.io/en/latest', None), |
| 242 | + 'twine': ('https://twine.readthedocs.io/en/stable', None), |
243 | 243 | 'importlib-resources': (
|
244 | 244 | 'https://importlib-resources.readthedocs.io/en/latest',
|
245 | 245 | None,
|
|
0 commit comments