Skip to content

Commit 6d94b2f

Browse files
committed
Make the list of intersphinx mapping alphabetically
1 parent 8d3e77f commit 6d94b2f

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

source/conf.py

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -398,34 +398,33 @@
398398

399399
# Example configuration for intersphinx: refer to the Python standard library.
400400
intersphinx_mapping = {
401-
'build': ('https://pypa-build.readthedocs.io/en/stable/', None),
402401
'boltons': ('https://boltons.readthedocs.io/en/latest/', None),
402+
'build': ('https://pypa-build.readthedocs.io/en/stable/', None),
403403
'cffi': ('https://cffi.readthedocs.io/en/latest/', None),
404404
'conda': ('https://conda.io/en/latest/', None),
405-
'distlib': ('https://distlib.readthedocs.io/en/latest/', None),
406405
'devpi': ('https://devpi.net/docs/devpi/devpi/latest/+doc', None),
407406
'dh-virtualenv': ('https://dh-virtualenv.readthedocs.io/en/latest/', None),
407+
'distlib': ('https://distlib.readthedocs.io/en/latest/', None),
408408
'flexx': ('https://flexx.readthedocs.io/en/latest/', None),
409+
'nox': ('https://nox.thea.codes/en/latest/', None),
409410
'openstack': ('https://docs.openstack.org/glance/latest/', None),
410411
'packaging': ('https://packaging.pypa.io/en/latest/', None),
411412
'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),
412415
'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),
413419
'python': ('https://docs.python.org/3', None),
420+
'python-guide': ('https://docs.python-guide.org', None),
414421
'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),
417422
'scipy': ('https://www.scipy.org', None),
418423
'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),
425424
'spack': ('https://spack.readthedocs.io/en/latest/', None),
426425
'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),
429428
'virtualenv': ('https://virtualenv.pypa.io/en/stable/', None),
430429
}
431430

0 commit comments

Comments
 (0)