Skip to content

Commit 55d2b56

Browse files
authored
Merge pull request #355 from tlsfuzzer/doc-update
fix doc building with new sphinx
2 parents 682e219 + e26a80d commit 55d2b56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@
6262
html_static_path = ["_static"]
6363

6464
# Example configuration for intersphinx: refer to the Python standard library.
65-
intersphinx_mapping = {"https://docs.python.org/": None}
65+
intersphinx_mapping = {
66+
"python": ("https://docs.python.org/", None),
67+
}
6668

6769
autodoc_default_options = {
6870
"undoc-members": True,

0 commit comments

Comments
 (0)