Align Sphinx requirement with our RTD instance #1696
Merged
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.
Even though in Django pipelines we do not generate documentation but we only check typos, I remembered that we also generate documentation on RTD https://django.readthedocs.io
I verified that the builds run on Ubuntu 20.04 and Python 3.8
https://github.com/django/django/blob/main/.readthedocs.yml
You can see from the logs that the latest versions of Sphinx, docutils and babel compatible with Python 3.8 are installed
https://app.readthedocs.org/projects/django/builds/25876554/#246564223--78
For this reason I drafted the PR #1694 that is blocked by the Python 3.8 drop and opened this one that can be merged immediately since, from what already happens on RTD we already know that everything works well (in addition to the local tests)