add a basic .readthedocs.yaml file (#558)

This commit is contained in:
TW 2023-09-07 14:25:07 +02:00 committed by GitHub
parent 423c6df265
commit ef15f4a62c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.readthedocs.yaml Normal file
View file

@ -0,0 +1,12 @@
# 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.11"
sphinx:
configuration: docs/conf.py