From 4d4a5a687738d9d5637cdab4fc7acda7ee256cf9 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sat, 2 Dec 2023 19:59:53 +0100 Subject: [PATCH] Add .readthedocs.yaml --- .readthedocs.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..02ceb6e --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,8 @@ +version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + + sphinx: + configuration: docs/conf.py