Skip to content

Commit

Permalink
docs: Fix ReadTheDocs builds.os requirement
Browse files Browse the repository at this point in the history
This fixes:

The configuration key "build.os" is required to build your
documentation. Read more at
https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os

Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
  • Loading branch information
agherzan authored and shr-project committed May 29, 2024
1 parent 8d20447 commit daa9b7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.7"
python:
version: "3.7"
install:
- requirements: docs/requirements.txt

0 comments on commit daa9b7a

Please sign in to comment.