-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 #10954
Conversation
…recated by sphinx-rtd-theme 3.0.0
874c0ba
to
c418dde
Compare
hum, the version selector appears as white-over-white... any idea @dbaston ? |
ok, I'm merging this to avoid pull requests to be "red". Attempt at sticking to sphinx-rtd-theme 2.0 done in #10956 doesn't lead to better results... |
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-release/3.9 release/3.9
# Navigate to the new working tree
cd .worktrees/backport-release/3.9
# Create a new branch
git switch --create backport-10954-to-release/3.9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick c418dde0908dcb7187b54788f9b9b380f7b4c31c,5de2b509ad7664c1e08cc7dbcb8532be7b9fa49c
# Push it to GitHub
git push --set-upstream origin backport-10954-to-release/3.9
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release/3.9 Then, create a pull request where the |
first commit manually backported to 3.9 per 501754d |
Just getting to this now, but gdal.org looks OK to me. Let me know if there's still anything for me to look into. |
yes, I believe we're good now. See #10680 (comment) for related changes (didn't want to step over your toes on this, but CI got broken because of the sphinx-rtd-theme 3.0.0 update and one thing led to another... including my struggling with CSS 🤮) |
No description provided.