-
Notifications
You must be signed in to change notification settings - Fork 9.9k
[IMP] conf.py, requirements.txt, *: allow building with Python 3.10 #2362
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55f00d4
to
3a17ea7
Compare
3a17ea7
to
3f5aec4
Compare
3f5aec4
to
e7b333d
Compare
AntoineVDV
approved these changes
Jul 12, 2022
@fw-bot up to saas-15.4 |
Forward-porting to 'saas-15.4'. |
e7b333d
to
3618e17
Compare
- Bump Sphinx version to 4.3.2 (default for Debian Jammy). - Remove the retrocompatibility for Sphinx < 3.5 (warnings are raised in 4.5). - Fix translator issue crashing builds. - Unpin jinja2 from the requirements as the base issue is solved in sphinx 4 Task - 2898477
The `file` option for the `csv-table` directive expects relative file paths rather than absolute file paths since Sphinx 4. Since this was the only usage of the `ODOO_ABSPATH` placeholder, it is removed with this commit. Task - 2898477
3618e17
to
79cbc92
Compare
@robodoo r+ rebase-ff |
Merge method set to rebase and fast-forward |
robodoo
pushed a commit
that referenced
this pull request
Jul 14, 2022
- Bump Sphinx version to 4.3.2 (default for Debian Jammy). - Remove the retrocompatibility for Sphinx < 3.5 (warnings are raised in 4.5). - Fix translator issue crashing builds. - Unpin jinja2 from the requirements as the base issue is solved in sphinx 4 Task - 2898477 Part-of: #2362
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
4.5).
Task - 2898477