1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-05 15:47:01 +01:00

Migrate to .readthedocs.yaml configuration file v2

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>
This commit is contained in:
Shwetha K Acharya
2023-11-13 15:41:31 +05:30
parent 0787e95bdc
commit eda79826f9

View File

@@ -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