Skip to content

Commit

Permalink
Use new intersphinx mapping format
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jan 29, 2024
1 parent 4b45390 commit 72256dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
autodoc_typehints = "description"
autodoc_typehints_description_target = "documented_params"
intersphinx_mapping = {
"https://docs.python.org/3": None,
"https://lxml.de/apidoc": "https://lxml.de/apidoc/objects.inv",
"https://cryptography.io/en/latest": "https://cryptography.io/en/latest/objects.inv",
"https://www.pyopenssl.org/en/stable": "https://www.pyopenssl.org/en/stable/objects.inv",
"python": ("https://docs.python.org/3", None),
"lxml": ("https://lxml.de/apidoc", "https://lxml.de/apidoc/objects.inv"),
"Cryptography": ("https://cryptography.io/en/latest", "https://cryptography.io/en/latest/objects.inv"),
"pyOpenSSL": ("https://www.pyopenssl.org/en/stable", "https://www.pyopenssl.org/en/stable/objects.inv"),
}
templates_path = [""]
ogp_site_url = "https://xml-security.github.io/" + project
Expand Down

0 comments on commit 72256dc

Please sign in to comment.