From 4dbff5336845d1e1548131b5b9a44de0990dc86b Mon Sep 17 00:00:00 2001 From: Moritz Kern <92092328+Moritz-Alexander-Kern@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:11:29 +0100 Subject: [PATCH] [Doc] readthedocs: configuration key build.image is deprecated, changed to build.os (#71) * update to new configuration keys * add tools key to config * fix indentation * remove deprecated key for python version --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c40afca..c759b1e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,14 +2,14 @@ version: 2 build: - image: latest - + os: ubuntu-22.04 + tools: + python: "3.11" sphinx: builder: html configuration: doc/conf.py python: - version: 3.8 install: - requirements: requirements/requirements-docs.txt - method: pip