-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
In #14140, where we unpinned sphinx, the numpy link in the gallery was set to devdocs, since stable gave errors. It should be set back. Perhaps with the release of numpy 1.24, the docs will be OK again. See
Lines 340 to 342 in d31499b
| # The stable numpy search js isn't loadable at the moment (2022-12-07) | |
| # It seems to be valid js but it's not valid json so sphinx wont load it. | |
| "numpy": "https://numpy.org/devdocs/", |
Reactions are currently unavailable