Fix intersphinx (#1130)

This commit is contained in:
Hynek Schlawack 2023-04-26 18:31:29 -06:00 committed by GitHub
parent 56cbf826df
commit 7c44cfb3c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -159,9 +159,7 @@ texinfo_documents = [
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"]