Skip to content

Commit 7c44cfb

Browse files
authored
Fix intersphinx (#1130)
1 parent 56cbf82 commit 7c44cfb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,7 @@
159159

160160
epub_description = "Python Clases Without Boilerplate"
161161

162-
intersphinx_mapping = {
163-
"https://docs.python.org/3": None,
164-
}
162+
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
165163

166164
# Allow non-local URIs so we can have images in CHANGELOG etc.
167165
suppress_warnings = ["image.nonlocal_uri"]

0 commit comments

Comments
 (0)