fix intersphinx mapping

This commit is contained in:
lisazeyen 2024-08-07 09:56:26 +02:00 committed by GitHub
parent 813e54555a
commit 24f05f51d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -341,4 +341,6 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"https://docs.python.org/": None}
intersphinx_mapping = {
'https://docs.python.org/': ('https://docs.python.org/3', None),
}