From ab602e5d312fdd5288274f257f84cbfa4217f374 Mon Sep 17 00:00:00 2001 From: Miguel Sozinho Ramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 16 Aug 2023 18:34:36 +0100 Subject: [PATCH] Update .readthedocs.yaml https://blog.readthedocs.com/use-build-os-config/ https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c9596f7..c0bdb2f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,8 +4,12 @@ sphinx: configuration: docs/source/conf.py fail_on_warning: false +build: + os: "ubuntu-22.04" + tools: + python: "3.8" + python: - version: "3.8" install: - requirements: requirements.txt - requirements: dev-requirements.txt