From: Raphael Michel Date: Fri, 4 Oct 2024 13:30:33 +0000 (+0200) Subject: Add .readthedocs.yml X-Git-Tag: v4.1.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8228b1bc3d67aaae665a9f5eb17838e299a29870;p=thirdparty%2Fpython-fints.git Add .readthedocs.yml --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..bb170ff --- /dev/null +++ b/.readthedocs.yaml @@ -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