From: Paul Brossier Date: Tue, 2 Jan 2024 16:29:08 +0000 (+0100) Subject: [ci] add readthedocs.io configuration file X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=1e2811c8fd915be58a6d64198ad10d36e3f01ed9;p=aubio.git [ci] add readthedocs.io configuration file --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..d8a48856 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,10 @@ +# see https://docs.readthedocs.io/en/stable/config-file/ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: doc/conf.py