|
397 | 397 | # Example configuration for intersphinx: refer to the Python standard library.
|
398 | 398 | intersphinx_mapping = {
|
399 | 399 | 'boltons': ('https://boltons.readthedocs.io/en/latest/', None),
|
| 400 | + 'bottle': ('https://bottlepy.org/docs/dev/', None), |
400 | 401 | 'build': ('https://pypa-build.readthedocs.io/en/stable/', None),
|
401 | 402 | 'cffi': ('https://cffi.readthedocs.io/en/latest/', None),
|
402 | 403 | 'conda': ('https://conda.io/en/latest/', None),
|
|
407 | 408 | 'nox': ('https://nox.thea.codes/en/latest/', None),
|
408 | 409 | 'openstack': ('https://docs.openstack.org/glance/latest/', None),
|
409 | 410 | 'packaging': ('https://packaging.pypa.io/en/latest/', None),
|
410 |
| - 'packaging.python.org': ('https://packaging.python.org/', None), |
| 411 | + 'packaging.python.org': ('https://packaging.python.org/en/latest/', None), |
411 | 412 | 'pip': ('https://pip.pypa.io/en/latest/', None),
|
412 | 413 | 'pipenv': ('https://pipenv.pypa.io/en/latest/', None),
|
413 | 414 | 'piwheels': ('https://piwheels.readthedocs.io/en/latest/', None),
|
|
416 | 417 | 'pypa': ('https://www.pypa.io/en/latest/', None),
|
417 | 418 | 'python': ('https://docs.python.org/3', None),
|
418 | 419 | 'python-guide': ('https://docs.python-guide.org', None),
|
419 |
| - 'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None), |
| 420 | + 'setuptools': ('https://setuptools.pypa.io/en/latest/', None), |
420 | 421 | 'spack': ('https://spack.readthedocs.io/en/latest/', None),
|
421 | 422 | 'sphinx': ('https://www.sphinx-doc.org/en/master', None),
|
422 |
| - 'tox': ('https://tox.readthedocs.io/en/latest/', None), |
| 423 | + 'tox': ('https://tox.wiki/en/latest/', None), |
423 | 424 | 'twine': ('https://twine.readthedocs.io/en/stable/', None),
|
424 | 425 | 'virtualenv': ('https://virtualenv.pypa.io/en/stable/', None),
|
425 | 426 | }
|
|
0 commit comments