-
Notifications
You must be signed in to change notification settings - Fork 785
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: use 'version_selector' instead of 'display_version' which is deprecated by sphinx-rtd-theme 3.0.0 #4270
Conversation
…recated by sphinx-rtd-theme 3.0.0
hum for some reason the version selector in https://osgeo-proj--4270.org.readthedocs.build/en/4270/ doesn't appear where it does for pull requests still using RtD v2: https://osgeo-proj--4265.org.readthedocs.build/en/4265/ |
I'm also having the same issue with GDAL docs. Cf OSGeo/gdal#10954 |
hum that's more subtle. |
Does it appear as a floating window as in gdal? Not in the menu bar? |
yes, this PR doesn't intend to bring GDAL custom theme to PROJ. I just try to make the minimum changes due to the https://about.readthedocs.com/blog/2024/07/addons-by-default/ changes and the related bump of sphinx-rtd-theme to 3.0.0 |
hum, actually the issue about the selector missing is just an issue with browser caching... So, I believe this PR is fine to go. |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-9.5 9.5
# Navigate to the new working tree
cd .worktrees/backport-9.5
# Create a new branch
git switch --create backport-4270-to-9.5
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 58a7a1488728a67e06bbc5b6e6d8af834268cf19,eb25d7154c9d35124ff0d2d24d7818a1a5620e32
# Push it to GitHub
git push --set-upstream origin backport-4270-to-9.5
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.5 Then, create a pull request where the |
9.5 backport in #4272 |
No description provided.