From 7ad6de6e153fd906ddd7bc961eea9fd87da3ac0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Wed, 30 Aug 2023 16:51:49 +0200 Subject: [PATCH] FIX .readthedocs.yml --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index b287e6e..75480d7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,11 @@ version: 2 mkdocs: configuration: mkdocs.yml +build: + os: ubuntu-22.04 + tools: + python: "3.8" + python: - version: 3.8 install: - requirements: doc/requirements.txt