Skip to content

Commit dd90c04

Browse files
authored
fix sphinx config for new version (#1214)
1 parent d788a4f commit dd90c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,6 @@ def find_version(*file_paths):
251251
man_pages = [("index", "pyopenssl", "pyOpenSSL Documentation", [authors], 1)]
252252

253253
intersphinx_mapping = {
254-
"https://docs.python.org/3": None,
255-
"https://cryptography.io/en/latest/": None,
254+
"python": ("https://docs.python.org/3", None),
255+
"cryptography": ("https://cryptography.io/en/latest/", None),
256256
}

0 commit comments

Comments
 (0)