|
398 | 398 |
|
399 | 399 | # Example configuration for intersphinx: refer to the Python standard library. |
400 | 400 | intersphinx_mapping = { |
401 | | - 'build': ('https://pypa-build.readthedocs.io/en/stable/', None), |
402 | 401 | 'boltons': ('https://boltons.readthedocs.io/en/latest/', None), |
| 402 | + 'build': ('https://pypa-build.readthedocs.io/en/stable/', None), |
403 | 403 | 'cffi': ('https://cffi.readthedocs.io/en/latest/', None), |
404 | 404 | 'conda': ('https://conda.io/en/latest/', None), |
405 | | - 'distlib': ('https://distlib.readthedocs.io/en/latest/', None), |
406 | 405 | 'devpi': ('https://devpi.net/docs/devpi/devpi/latest/+doc', None), |
407 | 406 | 'dh-virtualenv': ('https://dh-virtualenv.readthedocs.io/en/latest/', None), |
| 407 | + 'distlib': ('https://distlib.readthedocs.io/en/latest/', None), |
408 | 408 | 'flexx': ('https://flexx.readthedocs.io/en/latest/', None), |
| 409 | + 'nox': ('https://nox.thea.codes/en/latest/', None), |
409 | 410 | 'openstack': ('https://docs.openstack.org/glance/latest/', None), |
410 | 411 | 'packaging': ('https://packaging.pypa.io/en/latest/', None), |
411 | 412 | 'packaging.python.org': ('https://packaging.python.org/', None), |
| 413 | + 'pip': ('https://pip.pypa.io/en/latest/', None), |
| 414 | + 'pipenv': ('https://pipenv.pypa.io/en/latest/', None), |
412 | 415 | 'piwheels': ('https://piwheels.readthedocs.io/en/latest/', None), |
| 416 | + 'pybind11': ('https://pybind11.readthedocs.io/en/stable/', None), |
| 417 | + 'pynsist': ('https://pynsist.readthedocs.io/en/latest/', None), |
| 418 | + 'pypa': ('https://www.pypa.io/en/latest/', None), |
413 | 419 | 'python': ('https://docs.python.org/3', None), |
| 420 | + 'python-guide': ('https://docs.python-guide.org', None), |
414 | 421 | 'python2': ('https://docs.python.org/2', None), |
415 | | - 'pip': ('https://pip.pypa.io/en/latest/', None), |
416 | | - 'pipenv': ('https://pipenv.pypa.io/en/latest/', None), |
417 | 422 | 'scipy': ('https://www.scipy.org', None), |
418 | 423 | 'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None), |
419 | | - 'tox': ('https://tox.readthedocs.io/en/latest/', None), |
420 | | - 'twine': ('https://twine.readthedocs.io/en/stable/', None), |
421 | | - 'pypa': ('https://www.pypa.io/en/latest/', None), |
422 | | - 'nox': ('https://nox.thea.codes/en/latest/', None), |
423 | | - 'pynsist': ('https://pynsist.readthedocs.io/en/latest/', None), |
424 | | - 'scipy': ('https://www.scipy.org', None), |
425 | 424 | 'spack': ('https://spack.readthedocs.io/en/latest/', None), |
426 | 425 | 'sphinx': ('https://www.sphinx-doc.org/en/master', None), |
427 | | - 'pybind11': ('https://pybind11.readthedocs.io/en/stable/', None), |
428 | | - 'python-guide': ('https://docs.python-guide.org', None), |
| 426 | + 'tox': ('https://tox.readthedocs.io/en/latest/', None), |
| 427 | + 'twine': ('https://twine.readthedocs.io/en/stable/', None), |
429 | 428 | 'virtualenv': ('https://virtualenv.pypa.io/en/stable/', None), |
430 | 429 | } |
431 | 430 |
|
|
0 commit comments