Skip to content

Commit

Permalink
Fix intersphinx (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek authored Apr 27, 2023
1 parent 56cbf82 commit 7c44cfb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,7 @@

epub_description = "Python Clases Without Boilerplate"

intersphinx_mapping = {
"https://docs.python.org/3": None,
}
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}

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

0 comments on commit 7c44cfb

Please sign in to comment.