Fix intersphinx (#1130)
This commit is contained in:
parent
56cbf826df
commit
7c44cfb3c1
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue