-
-
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
Invalid "requirements_file": path docs/requirements.txt does not exist error #4378
Comments
Update: I just triggered a new build on a repo (i.e. no changes) that had worked as of three hours ago and now it is failing with the same error: http://readthedocs.org/projects/freqgen/builds/7495641/ Could this be related to either #4377 or the GitHub outages today? |
As a data point same thing is happening to me. Only change in my code is a version number and a new tag. https://readthedocs.org/projects/flask-jwt-extended/builds/ Glad it's not just me, I thought I was going crazy for a second 👍 |
Sorry people, I'm trying to replicate this locally right now. But I think I know where is the bug. |
I can't replicate this locally (I think this is something to do with the builds being executed in another server). This was introduced in #4298. |
The fix is ready #4379, let's hope the rtd team can review/deploy that soon. |
The fix to the similar issue #3140 included: (1) a change in the RTD "search for configuration file logic" to use one in the repository root folder if found; and (2) explicitly including a configuration file in the root folder to preclude use of other yaml files found deeper within the repo and/or git submodule repositories collected during the build process. For example, a root folder configuration file https://gerrit.onap.org/r/gitweb?p=doc.git;a=blob;f=readthedocs.yml;h=6e6b9af07e6d523a60342e76bf181288bf826c63;hb=HEAD |
#4379 is now out. Raise a new issue if you are noticing any similar issues. |
Details
Expected Result
Build to succeed
Actual Result
Problem parsing YAML configuration. Invalid "requirements_file": path docs/requirements.txt does not exist
errorThis is particularly strange because the repo clearly has a
docs/requirements.txt
file. What could be causing this?The text was updated successfully, but these errors were encountered: