[ci] add readthedocs.io configuration file
authorPaul Brossier <piem@piem.org>
Tue, 2 Jan 2024 16:29:08 +0000 (17:29 +0100)
committerPaul Brossier <piem@piem.org>
Tue, 2 Jan 2024 16:29:08 +0000 (17:29 +0100)
.readthedocs.yaml [new file with mode: 0644]

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644 (file)
index 0000000..d8a4885
--- /dev/null
@@ -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