readthedocs: add configuration file

readthedocs needs a configuration file with the
name .readthedocs.yaml.

See:
https://docs.readthedocs.io/en/stable/config-file/

Change-Id: I594cdb2650322222661b2069128fb4190052f37d
Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
This commit is contained in:
Adrian Vladu 2024-03-04 14:25:14 +02:00
parent 2ebfe19a88
commit 036aa1641b
1 changed files with 17 additions and 0 deletions

17
.readthedocs.yaml Normal file
View File

@ -0,0 +1,17 @@
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.11"
formats: all
sphinx:
configuration: doc/source/conf.py
python:
install:
- path: .
- requirements: doc/requirements.txt