-
-
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
Config validation error in build.os. Value os not found #11173
Comments
Hi, you are missing using the We should probably link to our docs when such errors appear. |
@stsewd thank you for the quick reply. Can you elaborate on what is not right in the |
@derks looks like you have two cofig files https://github.com/datafolklabs/cement/blob/main/readthedocs.yml, you should delete the other one. |
Geeeeeeeeze.... not sure how I missed that :/. Thank you for the help... I'll try that now. |
@humitos thank you again for your help. I was able to fix Any insights? Is this a cache issue that will resolve itself, or is there anything we/I can do to force it along? |
Fix Error 'Config validation error in build.os. Value build not found.' Building docs errors out: Build # 23712488 latest Build fehlgeschlagen Error Config validation error in build.os. Value build not found. git clone --depth 1 https://github.com/rl-institut/oemof-B3 . git fetch origin --force --prune --prune-tags --depth 50 refs/heads/dev:refs/remotes/origin/dev git checkout --force origin/dev git clean -d -f -f cat .readthedocs.yml With this PR the solution proposed according to issue readthedocs/readthedocs.org#11173 -> https://docs.readthedocs.io/en/stable/config-file/v2.html
We received the error: ``` Config validation error in build.os. Value build not found. ``` This patch fixes the error by specifying the `build.os` as written in the example linked from the [readthedocs issue 11173]. [readthedocs issue 11173]: readthedocs/readthedocs.org#11173
We received the error: ``` Config validation error in build.os. Value build not found. ``` This patch fixes the error by specifying the `build.os` as written in the example linked from the [readthedocs issue 11173]. [readthedocs issue 11173]: readthedocs/readthedocs.org#11173
We received the error: ``` Config validation error in build.os. Value build not found. ``` This patch fixes the error by specifying the `build.os` as written in the example linked from the [readthedocs issue 11173]. [readthedocs issue 11173]: readthedocs/readthedocs.org#11173
the build error on message on: https://beta.readthedocs.org/projects/dj-stripe/builds/24185540/ is: > Config file validation error > Config validation error in build.os. Value build not found. Per issue: readthedocs/readthedocs.org#11173 and the proejct docs: https://docs.readthedocs.io/en/stable/config-file/v2.html the solution should be to add the build step
the build error on message on: https://beta.readthedocs.org/projects/dj-stripe/builds/24185540/ is: > Config file validation error > Config validation error in build.os. Value build not found. Per issue: readthedocs/readthedocs.org#11173 and the proejct docs: https://docs.readthedocs.io/en/stable/config-file/v2.html the solution should be to add the build step
for the reference: readthedocs/readthedocs.org#11173
Would it be possible to make |
for the reference: readthedocs/readthedocs.org#11173
Any help would be much appreciated... using pretty stock
.readthedocs.yaml
from the docs.Details
Expected Result
Successful build.
Actual Result
The text was updated successfully, but these errors were encountered: