docs: Fix ReadTheDocs builds.os requirement

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>
This commit is contained in:
Andrei Gherzan 2023-10-24 12:22:55 +01:00
parent 482d864b8f
commit 9a296d75a8

View File

@ -1,6 +1,9 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.7"
python:
version: "3.7"
install:
- requirements: docs/requirements.txt