-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Support Python 3.9 #7554
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
Comments
it would be good to support 3.10dev at the same time |
Python 3.9 should be included in our docker images. We have an issue opened for that at readthedocs/readthedocs-docker-images#140 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
certainly not stale ;) |
Bump |
@humitos I would like to add that all my projects are already building the docs with Python 3.9 and I didn't have any problem so far. |
@staticdev So RTD now finally supports building with Python 3.9? Or are you using any workarounds to use 3.9? |
@ThiefMaster I didn't use any workaround, it just worked. Did you experience any problem? |
I haven't tried again this year, but the last time I checked there was no Python 3.9 support on RTD, and when I had a quick look at your repos they still seem to use 3.8 in the RTD config file. |
Is there any update on the issue? Python 3.9 is now almost 5 months old. |
readthedocs/readthedocs-docker-images#159 (comment) This worked for me. |
@oddlama as @ThiefMaster mentioned, using build:
image: testing in your |
Thanks! No problems thus far, worked perfectly without other adjustments. |
Can this be closed then? (See also readthedocs/readthedocs-docker-images#172) (Edit: bad copy-paste) |
…to classes from module addresses Update tox.ini Build docs on 3.9 via readthedocs/readthedocs.org#7554 (comment) Update __init__.py Give intersphinx internal package name (ranges) Use intersphinx to link to external package typo Remove non-functional intersphinx aliases Revert to working python-ranges link
The problem with Python 3.9 is still there.
|
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
Expected Result
Documentation builds use Python 3.9 when this version is specified in
.readthedocs.yml
:Actual Result
The build fails with the following error message:
The text was updated successfully, but these errors were encountered: