Closed YannCabanes closed 1 year ago
We have the following error related to the Ubuntu version:
Problem in your project's configuration. Invalid configuration option "build.os": expected one of (ubuntu-20.04, ubuntu-22.04), got ubuntu-latest
Here is a discussion about ubuntu-latest
:
https://github.com/readthedocs/readthedocs.org/issues/8861
All modified lines are covered by tests :white_check_mark:
Comparison is base (
37018ab
) 93.32% compared to head (80a4cd9
) 93.32%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The
readthedocs
test is failing on the main branch with the following error message:The configuration key "build.image" is deprecated. Use "build.os" instead to continue building your project. Read more at https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os
Indeed,
build.image
is deprecated since Monday, October 16, 2023 and is now replaced bybuild.os
: https://blog.readthedocs.com/use-build-os-config/Specific details to write the
.readthedocs.yml
file can be found at: https://docs.readthedocs.io/en/stable/config-file/v2.html