]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Add .readthedocs.yml
authorRaphael Michel <michel@rami.io>
Fri, 4 Oct 2024 13:30:33 +0000 (15:30 +0200)
committerRaphael Michel <michel@rami.io>
Fri, 4 Oct 2024 13:30:33 +0000 (15:30 +0200)
.readthedocs.yaml [new file with mode: 0644]

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644 (file)
index 0000000..bb170ff
--- /dev/null
@@ -0,0 +1,10 @@
+version: 2
+
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.12"
+
+# Build documentation in the "docs/" directory with Sphinx
+sphinx:
+  configuration: docs/conf.py
\ No newline at end of file