-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Unable to build RTD docs on local #5298
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
Did you try building with python 3.6? |
Actually our docs are building with python 3.7 https://readthedocs.org/projects/docs/builds/8575726/ |
@stsewd |
I just tried with the latest master
I use pyenv to manage different python versions https://github.com/pyenv/pyenv |
and is successful when build with virtual environment with python3.6 |
I think I have messed up the python versions on my ubuntu 😞 |
I just built our docs locally with 3.7 and it's working, make sure you updated your requirements, bc we are using sphinx 1.84 now. |
@stsewd Log:
I think this is valid, as there were warnings earlier that Can you help me with that? |
Oh, runnning the read the docs instance isn't supported with 3.7 yet, mostly because we need to update celery. #4756 |
Ohh.. Okay I get it. |
While building the RTD docs on local, it fails
Command:
But when I manually treid importing
_bz2
, it doesn't give me any errorsThe text was updated successfully, but these errors were encountered: