File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121autodoc_typehints = "description"
2222autodoc_typehints_description_target = "documented_params"
2323intersphinx_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}
2929templates_path = ["" ]
3030ogp_site_url = "https://xml-security.github.io/" + project
You can’t perform that action at this time.
0 commit comments