From dd90c048269314e3d257f5a374cc3008bed487e0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 28 Apr 2023 11:49:37 -0400 Subject: fix sphinx config for new version (#1214) --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 0aeedbf..eb8f800 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -251,6 +251,6 @@ latex_documents = [ man_pages = [("index", "pyopenssl", "pyOpenSSL Documentation", [authors], 1)] intersphinx_mapping = { - "https://docs.python.org/3": None, - "https://cryptography.io/en/latest/": None, + "python": ("https://docs.python.org/3", None), + "cryptography": ("https://cryptography.io/en/latest/", None), } -- cgit v1.2.1