From e8ecbd16712ca939a5aad0eba27f5628985a7fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20L=C3=A9obal?= Date: Mon, 28 Aug 2023 11:14:40 +0200 Subject: [PATCH] chore(ci): update .readthedocs.yaml format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Olivier LĂ©obal --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 41da2b90..ea75ce2b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,12 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.8" + + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py @@ -15,6 +21,5 @@ formats: [] # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: requirements.txt