-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
doc: a rendering fix & update RTD to Python 3.13 #13919
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
I have some unexplained issue with Python 3.12, updating fixes it.
77c3a84 to
9a5e82e
Compare
| build the documentation site under \ | ||
| `{toxinidir}{/}doc{/}en{/}_build{/}html` with `{basepython}` | ||
| basepython = python3.12 # sync with rtd to get errors | ||
| basepython = python3.13 # Sync with .readthedocs.yaml to get errors. |
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.
"to get errors"? Is this meant to be "in case you get errors"?
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.
I interpret it as "get errors that might occur in RTD locally"
Backport to 9.0.x: 💚 backport PR created✅ Backport PR branch: Backported as #13926 🤖 @patchback |
doc: a rendering fix & update RTD to Python 3.13 (cherry picked from commit d587e0c)
…587e0cf84bd815f4545a5091ab26f992580ac37/pr-13919 [PR #13919/d587e0cf backport][9.0.x] doc: a rendering fix & update RTD to Python 3.13
Fix a rendering issue I noticed in https://docs.pytest.org/en/stable/explanation/goodpractices.html#using-pytest-s-strict-mode.
Also, for some reason
tox -e docsstarted failing for me with some weird error, updating to 3.13 fixes it.