From 4bdcfc134ffb31d6cf7f7b835d2aa99929e7e112 Mon Sep 17 00:00:00 2001 From: Randy Syring Date: Thu, 7 Aug 2025 13:48:41 -0400 Subject: [PATCH] Fix RTD Fixes #203 --- .readthedocs.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..984ef71 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +version: 2 + +build: + os: "ubuntu-24.04" + tools: + python: "3.11" + commands: + - pip install uv + - uv pip install --system tox-uv + - tox -e docs + - mkdir -p $READTHEDOCS_OUTPUT/html + - cp -av docs/build/html/ $READTHEDOCS_OUTPUT