Skip to content

Commit

Permalink
Migrate to .readthedocs.yaml configuration file v2 (#787)
Browse files Browse the repository at this point in the history
The build is failing with the following error:
Invalid configuration option "build.os": os not found"

Migrating the .readthedocs.yaml to configuration file v2 fixes the
issue. Refer: https://blog.readthedocs.com/migrate-configuration-v2/

Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
  • Loading branch information
Shwetha-Acharya committed Nov 13, 2023
1 parent 0787e95 commit 1d67cb3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
build:
image: latest
version: 2

python:
version: 3.6
build:
os: ubuntu-22.04
tools:
python: "3.11"

requirements_file: requirements.txt

0 comments on commit 1d67cb3

Please sign in to comment.