build: Migrate to use .readthedocs.yaml for docs generation

As explained on https://readthedocs.org/projects/yamllint/:
> Your builds will stop working soon!
> Configuration files will soon be required by projects, and will no
> longer be optional. Read our blog post to create one and ensure your
> project continues building successfully.

https://blog.readthedocs.com/migrate-configuration-v2/
This commit is contained in:
Adrien Vergé 2023-11-21 22:33:55 +01:00
parent ec153761dc
commit ca7f8b972c

8
.readthedocs.yaml Normal file
View File

@ -0,0 +1,8 @@
---
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: docs/conf.py