From 8df89ea6b0a34a8affc52e66164723b29327b918 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Tue, 22 Aug 2023 23:27:12 +0800 Subject: [PATCH] new format (#1896) --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 11d05c68..25f6d44b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,9 +15,13 @@ formats: sphinx: configuration: docs/conf.py +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # Optionally Python version and requirements required to build your docs python: - version: 3.10 install: - requirements: docs/requirements.txt - method: pip