Add a readthedocs configuration file

Used for building docs in CI pipelines.
This commit is contained in:
Hugo Osvaldo Barrera 2024-12-09 01:34:43 +01:00
parent a490544405
commit c2eed9fb59

12
.readthedocs.yaml Normal file
View file

@ -0,0 +1,12 @@
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.9"
python:
install:
- method: pip
path: .
- requirements: docs-requirements.txt