-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC Update removed sphinx global var style
in layout.html
#26627
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
Conversation
Ah |
I think we should just move the min dependency to 6.0 |
Cc @thomasjpfan |
I'm okay with updating the minimum Sphinx dependency to 6.0. |
Will amend this PR and update min dep tomorrow if no objections. |
style
in layout.html
style
in layout.html
Not sure why circle ci doc-min-dependencies is still using the old sphinx version...? |
Running Will try again at end of the day and leave it running... |
Also for this PR, should |
I think it's enough to update the circleCI lock files. Also cc @lesteve |
Hmm it ran for >3h, and then I got a ConnectionError. Anyone else want to try running it....? |
I pushed a commit updating the doc_min_dependencies lock file. This took 20s on my machine (only to generate the doc_min_dependencies one with Wild guess: maybe you don't have mamba installed? |
🤦 yes you are right, I didn't have mamba. I thought since the command had |
Anyway, thanks. I think this is ready for review now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the fix. LGTM
Head branch was pushed to by a user without write access
Forgot to update the doc lock files as well, as suggested above. Done now, sorry. |
…-learn#26627) Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
…-learn#26627) Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
Reference Issues/PRs
closes #26599
What does this implement/fix? Explain your changes.
Updates Sphinx
style
global variable, which was deprecated in sphinx 5.1 and removed in sphinx 7.0 tostyles
. Ref: https://github.com/sphinx-doc/sphinx/pull/11381/filesI know we have pinned Sphinx to 6.0.0 due to #25504, but this global var is deprecated even for 6.0.0, and we may want to update our Sphinx version in future.
Any other comments?