From 93feac2c5740f46732f656f9e755293ab902b8c5 Mon Sep 17 00:00:00 2001 From: ajz34 Date: Fri, 23 Feb 2024 13:14:28 +0800 Subject: [PATCH] legacy: change readthedocs.yaml to current v2 version --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 33f9698..a4e5228 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,12 +4,13 @@ sphinx: configuration: docs/source/conf.py build: - image: ubuntu-22.04 + os: ubuntu-22.04 + tools: + python: 3.12 apt_packages: - pandoc python: - version: 3.7 install: - requirements: docs/requirements.yml