You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up a single repository for localized documentation projects, and that involves having a submodule for my main project, with a lot of "fake" symlink tree directories in docs/* that point back to the main project and differ only in what language is set in config.py. This build was working before but it seems to have gotten into a weird state.
Details
I'm trying to set up a single repository for localized documentation projects, and that involves having a submodule for my main project, with a lot of "fake" symlink tree directories in
docs/*
that point back to the main project and differ only in what language is set in config.py. This build was working before but it seems to have gotten into a weird state.Expected Result
Project is checked out and submodules are inited and updated, as they would be for this sequence of commands:
These commands work on my laptop, so I am not sure what's going on with the RTD directory.
Actual Result
Project is checked out and symlinks into a submodule directory fail to resolve. This results in a
requirements.txt
not found error.The text was updated successfully, but these errors were encountered: