Skip to content

Commit f18f043

Browse files
committed
Remove trailing slashes from intersphinx inventory URLs
1 parent 075c04d commit f18f043

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

peps/conf.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@
6666

6767
# Intersphinx configuration (keep this in alphabetical order)
6868
intersphinx_mapping = {
69-
"devguide": ("https://devguide.python.org/", None),
70-
"mypy": ("https://mypy.readthedocs.io/en/latest/", None),
71-
"packaging": ("https://packaging.python.org/en/latest/", None),
72-
"py3.11": ("https://docs.python.org/3.11/", None),
73-
"py3.12": ("https://docs.python.org/3.12/", None),
74-
"py3.13": ("https://docs.python.org/3.13/", None),
75-
"py3.14": ("https://docs.python.org/3.14/", None),
76-
"python": ("https://docs.python.org/3/", None),
77-
"trio": ("https://trio.readthedocs.io/en/latest/", None),
78-
"typing": ("https://typing.readthedocs.io/en/latest/", None),
69+
"devguide": ("https://devguide.python.org", None),
70+
"mypy": ("https://mypy.readthedocs.io/en/latest", None),
71+
"packaging": ("https://packaging.python.org/en/latest", None),
72+
"py3.11": ("https://docs.python.org/3.11", None),
73+
"py3.12": ("https://docs.python.org/3.12", None),
74+
"py3.13": ("https://docs.python.org/3.13", None),
75+
"py3.14": ("https://docs.python.org/3.14", None),
76+
"python": ("https://docs.python.org/3", None),
77+
"trio": ("https://trio.readthedocs.io/en/latest", None),
78+
"typing": ("https://typing.readthedocs.io/en/latest", None),
7979
}
8080
intersphinx_disabled_reftypes = []
8181

0 commit comments

Comments
 (0)