-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: e.map is not a function #1723
Comments
Looks like here: I'm away for the next week or so, so can't be of much help right away, but maybe seeing the unminified version will be enough for you to figure it out without me 🤞 |
This is because the version switcher appears to be trying to load https://output.circle-artifacts.com/_static/switcher.json which is obviously going to not work. Has the option for the version switcher URL changed? There's an |
I tried to recreate this issue, but it seems to work? From one of the recent builds on matplotlib https://output.circle-artifacts.com/output/job/6954838a-52ab-43ed-8fcc-ddfb47b50117/artifacts/0/doc/build/html/index.html, I can pick a version. It just redirects me to an old build like https://matplotlib.org/3.8.4/ The javascript error is still in the console, but not sure if that's causing the issue. |
Yeah, I think worth closing if noone else can easily reproduce. I can't either, can always re-open if I run across it again. |
I think the original error was fixed by matplotlib/matplotlib#27658, which pointed the switcher to the correct path on CircleCI. If you I'm not sure why there's still a warning in the console, but it appears that it's a different error? It looks like |
I'm trying to get an up to date version of
pydata-sphinx-theme
working with Matplotlib (matplotlib/matplotlib#27658). With the currentmain
branch ofpydata-sphinx-theme
search/theme changing/version switching isn't working, and I think this is because of the javascript error we're getting,The code that is triggering this is
It looks like this is some minified(???) javascript, so I'm not sure how to proceed with debugging. Any pointers welcome (is there a way to turn off the squashing of all the javascript into one line?)
A doc build that has this error is here: https://output.circle-artifacts.com/output/job/65bed756-88de-4a26-93f0-3d06e9d8950f/artifacts/0/doc/build/html/index.html
The text was updated successfully, but these errors were encountered: