Skip to content

Commit

Permalink
fix sphinx config for new version (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Apr 28, 2023
1 parent d788a4f commit dd90c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,6 @@ def find_version(*file_paths):
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),
}

0 comments on commit dd90c04

Please sign in to comment.