-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fix SyntaxWarnings
when building the docs
#3924
base: main
Are you sure you want to change the base?
Fix SyntaxWarnings
when building the docs
#3924
Conversation
Curiously, this change apparently bumps up our documentation build time by about 2 minutes -- I can't really tell why. Should we try to bump the version of Python directly to 3.13 to see whether it makes a difference? |
We could try bumping to 3.13. I'm not sure if that would make it faster, though - there was an issue with 3.13 that made it 30% slower with Sphinx. Python reverted the change, but it's possible it could still be slower. I'm all for trying, though! For reference, the build times are: |
It did get slightly faster with python 3.13, with 15min 45 seconds! |
SyntaxWarning
without having to build it).tags
attribute so that we can upgrade to Sphinx 9.0 without problems in the future