From d2aee318b5bd946716056f69cfa90f95205e629e Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Fri, 15 Aug 2025 14:15:30 -0700 Subject: [PATCH] readthedocs config --- .readthedocs.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..b4351a9 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,19 @@ +version: 2 + +build: + os: ubuntu-24.04 + tools: + python: "3.13" + +sphinx: + configuration: docs/conf.py + +formats: + - epub + - pdf + +python: + install: + - requirements: requirements.txt + - requirements: requirements-dev.txt + - requirements: requirements-doc.txt