From 406c4517d0e50e10c3fabb5690751e67d103aa3c Mon Sep 17 00:00:00 2001 From: miumiujiang12138 Date: Sun, 7 Dec 2025 17:16:38 +0800 Subject: [PATCH] Add .readthedocs yaml --- .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..cd55b96 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-24.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/source/conf.py + +python: + install: + - requirements: docs/requirements.txt