-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update dependency 2024 #6117
base: master
Are you sure you want to change the base?
Update dependency 2024 #6117
Conversation
7c5e5a0
to
f670f49
Compare
lots of seemingly unrelated changes |
400192c
to
c5b41df
Compare
yes, it needs #6118 first as we got some recursive dependences. Current Sphinx build don't catch it but the new version is catching it. |
most of the files changed in this PR bear no relation to the title or stated intention in its description...please separate into a different PR |
It needs the recursion fix PR otherwise it won't build and the two other PR. So this one should be the latest merged |
c5b41df
to
21893f2
Compare
@khancyr have you tested this thoroughly? |
I have build all wikis without issues reported. For the build, it correct a bunch of issues and allow to build a bit faster this we can now disable some options that weren't used in our build ! Still need to be merged after the recursion , Youtube-contrib and theme update PRs, all three are needed to allow build with the new version. |
8e27667
to
ecfe275
Compare
ecfe275
to
df283a4
Compare
update theme to 2.0.0. need ArduPilot/sphinx_rtd_theme#22
-> this fix some small html and js errors
-> allow to use python 3.11 and recent docutil to generate html
update youtube plugin to latest version need ArduPilot/sphinxcontrib-youtube#6
-> fix the status_iterator warning
->fix privacy video link
-> don't generate thumbnails unless building for latex or pdf
raise docutil dependency to 0.20
raise sphinx version to 7.4.4