-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
AcceptedAccepted issue on our roadmapAccepted issue on our roadmapImprovementMinor improvement to codeMinor improvement to code
Description
Opening this issue to track when Python 3.9 support becomes available for documentation builds on Read the Docs. Python 3.9.0 was released on October 5, 2020.
For reference, the issue for the previous major Python release (3.8) was #6324. Support for Python 3.8 was added in #6654.
Thank you 🙇♂️
Details
- Read the Docs project URL: https://readthedocs.org/projects/cookiecutter-hypermodern-python-instance
- Build URL (if applicable): https://readthedocs.org/projects/cookiecutter-hypermodern-python-instance/builds/12066088/
- Read the Docs username (if applicable): cjolowicz
Expected Result
Documentation builds use Python 3.9 when this version is specified in .readthedocs.yml
:
python:
version: 3.9
Actual Result
The build fails with the following error message:
Error: Problem in your project's configuration. Invalid "python.version": expected one of (2, 2.7, 3, 3.5, 3.6, 3.7, 3.8, pypy3.5), got 3.9
ObserverOfTime, IceflowRE, staticdev, cooperlees, adamtheturtle and 11 more
Metadata
Metadata
Assignees
Labels
AcceptedAccepted issue on our roadmapAccepted issue on our roadmapImprovementMinor improvement to codeMinor improvement to code