From 8228b1bc3d67aaae665a9f5eb17838e299a29870 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 4 Oct 2024 15:30:33 +0200 Subject: [PATCH] Add .readthedocs.yml --- .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 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