From 5c7fae085430574d61e0d8a323831ccdd906936f Mon Sep 17 00:00:00 2001 From: Bhuvansh855 Date: Mon, 27 Jul 2026 00:54:48 +0530 Subject: [PATCH] gh-4610: Document intersphinx mapping location --- peps/pep-0012.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/peps/pep-0012.rst b/peps/pep-0012.rst index 4ff2527f794..42ad0a79887 100644 --- a/peps/pep-0012.rst +++ b/peps/pep-0012.rst @@ -660,11 +660,14 @@ You can use `Intersphinx references `_ to other Sphinx sites, -such as the `Python documentation `_ +such as the `Python documentation `_, `packaging.python.org `_, and `typing.python.org `_, to easily cross-reference pages, sections and Python/C objects. +The available intersphinx mappings are defined in ``peps/conf.py``. +Refer to that file for the current list of supported mappings. + For example, to create a link pointing to a section of the typing docs, you would write the following::