fix intersphinx mapping
This commit is contained in:
parent
813e54555a
commit
24f05f51d2
@ -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),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user