-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
self-hosted readthedocs issue #5583
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
How are you using docker? Do you mean running the whole project with docker or https://docs.readthedocs.io/en/stable/development/buildenvironments.html? |
both of it, including readthedocs service and readthedocs build environments I've read the error log, and the log tells me that it has start the container of readthedocs build environments, but stop at readthedocs.doc_builder.environments:709[107]:ERROR (Build)[testrtd:latest][Errno 2] no such file or directory: '/readthedocs.org/user_builds/testrtd/envs/latest/readthedocs-environment.json' thanks again for helping me. |
I believe this is a problem with permissions, you should check if the file is created with enough permissions for the user running the docker process. We have some problems when running docker locally in linux systems #5556 Short story, we have the user and group harcoded in the docker file We don't support custom installations, you can check https://docs.readthedocs.io/en/stable/support.html for other channels of support. Closing as this isn't a rtd bug, also we have the another PR to track the problem with the permissions problems in linux. |
Hi, I've got an issue when I use self-hosted readthedocs
when rtd build on this step--> python3.6 -mvirtualenv --no-site-packages --no-download /readthedocs.org/user_builds/testrtd/envs/latest
I got an error that says --> readthedocs.doc_builder.environments:709[107]:ERROR (Build)[testrtd:latest][Errno 2] no such file or directory: '/readthedocs.org/user_builds/testrtd/envs/latest/readthedocs-environment.json'
can anyone help me out please. I've uses the docker to build.
thanks a lot!
The text was updated successfully, but these errors were encountered: