From 0a728f679183c8c5fe882acd9f3639f50f0e277c Mon Sep 17 00:00:00 2001 From: Christian Giese Date: Mon, 8 Jul 2024 11:36:49 +0000 Subject: [PATCH] udpate readthedocs --- .readthedocs.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..7a6d704 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +sphinx: + configuration: docs/source/conf.py