Skip to content

Commit 72256dc

Browse files
committed
Use new intersphinx mapping format
1 parent 4b45390 commit 72256dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
autodoc_typehints = "description"
2222
autodoc_typehints_description_target = "documented_params"
2323
intersphinx_mapping = {
24-
"https://docs.python.org/3": None,
25-
"https://lxml.de/apidoc": "https://lxml.de/apidoc/objects.inv",
26-
"https://cryptography.io/en/latest": "https://cryptography.io/en/latest/objects.inv",
27-
"https://www.pyopenssl.org/en/stable": "https://www.pyopenssl.org/en/stable/objects.inv",
24+
"python": ("https://docs.python.org/3", None),
25+
"lxml": ("https://lxml.de/apidoc", "https://lxml.de/apidoc/objects.inv"),
26+
"Cryptography": ("https://cryptography.io/en/latest", "https://cryptography.io/en/latest/objects.inv"),
27+
"pyOpenSSL": ("https://www.pyopenssl.org/en/stable", "https://www.pyopenssl.org/en/stable/objects.inv"),
2828
}
2929
templates_path = [""]
3030
ogp_site_url = "https://xml-security.github.io/" + project

0 commit comments

Comments
 (0)