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 <[email protected]>
  • Loading branch information
agherzan committed Oct 24, 2023
1 parent aa0aed9 commit 7a5cebe
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 7a5cebe

Please sign in to comment.