From 1e2811c8fd915be58a6d64198ad10d36e3f01ed9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 2 Jan 2024 17:29:08 +0100 Subject: [PATCH] [ci] add readthedocs.io configuration file --- .readthedocs.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .readthedocs.yaml 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 -- 2.11.0