From cbf5cb7d3f871abf46ca6d6c036afa700cae68ba Mon Sep 17 00:00:00 2001 From: "Matthias C. M. Troffaes" Date: Tue, 5 Mar 2024 13:41:10 +0000 Subject: [PATCH] Add file for 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..c54fd88 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/conf.py