We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doc/conf.py
1 parent f5f8e28 commit 69b7f3cCopy full SHA for 69b7f3c
doc/conf.py
@@ -218,6 +218,6 @@
218
219
# Example configuration for intersphinx: refer to the Python standard library.
220
intersphinx_mapping = {
221
- "https://docs.python.org/": None,
222
- "https://numpy.org/doc/stable/": None,
+ "python": ("https://docs.python.org/3", None),
+ "numpy": ("https://numpy.org/doc/stable/", None),
223
}
0 commit comments