Create .readthedocs.yaml

This commit is contained in:
Stéphane Bruckert 2024-05-28 09:49:32 +01:00 committed by GitHub
parent f4e7f826d1
commit fa00f8c3b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
.readthedocs.yaml Normal file
View File

@ -0,0 +1,16 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt