From 902868d8f25263e99a5beef6fab2212d267e8562 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Thu, 4 Apr 2024 13:22:48 +0200 Subject: [PATCH] Fix building via readthedocs (#794) --- .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 00000000..ac57d362 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: conf.py