-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Python 3.7 support #4713
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
Hi @naor2013! Unfortunately, we don't have this into our roadmap yet. I'm not sure if this could be part of our 4.0 Docker image or not: https://github.com/rtfd/readthedocs-docker-images I think it shouldn't be a big change in the image (just add 3.7 from pyenv) but what is taking some time is testing and deploy the images. |
Thanks! For now, we'll make our own docs so we can wait. take your time and keep doing an awesome job! :D |
You can also skip installation of those dependencies and mock them out in your docs. Agreed that 3.7 would be helpful though, I think we can add it to our 4.1 RC image. Moving this to readthedocs/readthedocs-docker-images#72 |
@naor2013 You can use |
Needed to be able to have a python 3.6 venv when building read the docs: readthedocs/readthedocs.org#4713
Issue is [here](readthedocs/readthedocs.org#4713).
Issue is [here](readthedocs/readthedocs.org#4713). [skip tests]
Needed to be able to have a python 3.6 venv when building read the docs: readthedocs/readthedocs.org#4713
Issue is [here](readthedocs/readthedocs.org#4713). [skip tests]
Needed to be able to have a python 3.6 venv when building read the docs: readthedocs/readthedocs.org#4713
Issue is [here](readthedocs/readthedocs.org#4713). [skip tests]
Needed to be able to have a python 3.6 venv when building read the docs: readthedocs/readthedocs.org#4713
Issue is [here](readthedocs/readthedocs.org#4713). [skip tests]
When is Python 3.7 support coming for creating docs with RTD? Sphinx already supports it and we can create the docs ourselves with no issue but when using RTD, we get errors regarding missing imports that only exist in 3.7.
The text was updated successfully, but these errors were encountered: