Skip to content

Commit e26a80d

Browse files
committed
fix doc building with new sphinx
1 parent 682e219 commit e26a80d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/conf.py

+3-1
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)