From 5e006b9e4442901532d6cf5216fc78ad583e55bc Mon Sep 17 00:00:00 2001 From: Danny Price Date: Tue, 3 Mar 2026 16:31:43 +0800 Subject: [PATCH] Update .readthedocs.yaml to V2 --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d23e05d..544f098 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,7 +6,9 @@ version: 2 build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.12" apt_packages: - f2c @@ -19,6 +21,5 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: docs/requirements.txt