From 77f5e49a77f1691501a5ae176ab1a2ecbb429202 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 22 Dec 2025 16:30:25 -0500 Subject: [PATCH] chore: RTD config Signed-off-by: William Woodruff --- .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..e4f0243 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-lts-latest + tools: + python: latest + jobs: + install: + - pip install . + - pip install --group dev + +sphinx: + configuration: docs/conf.py