summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/conf.py4
1 files 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),
}