-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Self-Hosted RTD] Issue creating VENV #6893
Comments
We moved away from that setup and we are using our own docker images now for development: https://docs.readthedocs.io/en/stable/development/standards.html You may find some help from reading that guide and checking out how we create the Dockerfile's among others. |
Reading those reasons, I wouldn't recommend follow this path. We can talk about giving more resources to your project (in fact, we have bigger builders now). I think you will have more problems by maintaining your own instance, but that's up to you, of course. My 2 cents. |
We have come across the same issue. Looks like there's an extra space introduced in that command due to d0ddcb6#diff-31f8391d8643c47c6caedf53930c0b7e Reverting this back to |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. Thanks! |
This issue is still present. |
Hi @Daltz333! Unfortunately, we do not offer support on custom installations. We have a note in our docs about this: https://docs.readthedocs.io/en/stable/open-source-philosophy.html#unsupported |
This is because the version of virtualenv, in production we use https://github.com/readthedocs/readthedocs-docker-images/blob/f8db06c9cf64c3473a524c08b547805288b81f71/Dockerfile#L117 But in the repo we are pinning to readthedocs.org/requirements/pip.txt Line 4 in a75907c
We should pin to the same version |
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. |
Not stale. |
It should be fixed, but we still should use the same version as docker as outside docker. |
I'm closing this issue since there is no action required from the core team. As I mentioned in my previous comment, unfortunately we do not offer support for self-hosted Read the Docs instances. |
I am aware that this is not a supported scenario, but any help is appreciated regardless.
My name is Dalton and currently developing a readthedocs docker image for streamlining self-hosting for the wpilibsuite organization. Following the installation steps through a standard ubuntu installation (on a separate machine running Ubuntu 18.04) seems to give a successful build, however my docker image seems to be failing with the below error message.
An additional note is if I log onto the docker image and run the command manually, it works just fine.
Attached is the full log from the docker output: https://hastebin.com/akahawusol.cs
Why are we self hosting? https://hastebin.com/upuxitited.coffeescript
The text was updated successfully, but these errors were encountered: