-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Fix version switcher #53188
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
DOC: Fix version switcher #53188
Conversation
datapythonista
commented
May 11, 2023
- closes DOC: Doc version slider is broken (no options) #53180
This is the same error I was getting in my earlier branch
|
I think the error is because the CI docs build is looking for the production versions file, which it doesn't exist right now, but it'll exist after merging. So I'm going to merge this, and I think the next docs build should work. |
Ok, it's a bit trickier, if I merge the next build will also fail before creating the file. I created the file manually in production and I'm rerunning. If it works, I'll merge, and when the docs build syncs with prod, it'll start rewriting the file. If something is merge before this, it'll delete the file again, but I'll just recreate it until this works. |
Thanks for investigating @datapythonista . Feel free to merge when ready |
CI is green, and the file is still there, I think everything should be fine once the CI of the merge completes. |
/preview |
Website preview of this PR available at: https://pandas.pydata.org/preview/53188/ |