|
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 | + 'boltons': ('https://boltons.readthedocs.io/en/latest/', None), |
| 403 | + 'cffi': ('https://cffi.readthedocs.io/en/latest/', None), |
| 404 | + 'conda': ('https://conda.io/en/latest/', None), |
| 405 | + 'distlib': ('https://distlib.readthedocs.io/en/latest/', None), |
| 406 | + 'devpi': ('https://devpi.net/docs/devpi/devpi/latest/+doc', None), |
| 407 | + 'dh-virtualenv': ('https://dh-virtualenv.readthedocs.io/en/latest/', None), |
| 408 | + 'flexx': ('https://flexx.readthedocs.io/en/latest/', None), |
401 | 409 | 'openstack': ('https://docs.openstack.org/glance/latest/', None), |
| 410 | + 'packaging': ('https://packaging.pypa.io/en/latest/', None), |
| 411 | + 'packaging.python.org': ('https://packaging.python.org/', None), |
| 412 | + 'piwheels': ('https://piwheels.readthedocs.io/en/latest/', None), |
402 | 413 | 'python': ('https://docs.python.org/3', None), |
403 | 414 | 'python2': ('https://docs.python.org/2', None), |
404 | 415 | 'pip': ('https://pip.pypa.io/en/latest/', None), |
| 416 | + 'pipenv': ('https://pipenv.pypa.io/en/latest/', None), |
405 | 417 | 'scipy': ('https://www.scipy.org', None), |
406 | 418 | 'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None), |
407 | 419 | 'tox': ('https://tox.readthedocs.io/en/latest/', None), |
|
410 | 422 | 'nox': ('https://nox.thea.codes/en/latest/', None), |
411 | 423 | 'pynsist': ('https://pynsist.readthedocs.io/en/latest/', None), |
412 | 424 | 'scipy': ('https://www.scipy.org', None), |
| 425 | + 'spack': ('https://spack.readthedocs.io/en/latest/', None), |
413 | 426 | 'sphinx': ('https://www.sphinx-doc.org/en/master', None), |
414 | 427 | 'pybind11': ('https://pybind11.readthedocs.io/en/stable/', None), |
415 | | - 'cffi': ('https://cffi.readthedocs.io/en/latest/', None), |
416 | 428 | 'python-guide': ('https://docs.python-guide.org', None), |
417 | | - |
| 429 | + 'virtualenv': ('https://virtualenv.pypa.io/en/stable/', None), |
418 | 430 | } |
419 | 431 |
|
420 | 432 |
|
|
0 commit comments