From c2902166dc3bc8b91b87dde114a56ca1066f0173 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 28 May 2025 17:18:28 +0100 Subject: [PATCH] Add readthedocs config --- .readthedocs.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..62cc0b0 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-24.04 + tools: + python: "3.13" + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt