From 3b8ace765d345e71ca2d5e8b7a442fb85d55cd78 Mon Sep 17 00:00:00 2001 From: "rodrigo.arenas" <31422766+rodrigo-arenas@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:33:16 -0500 Subject: [PATCH] read the docs fix --- readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 17d148f..70d0fb9 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -9,7 +9,11 @@ sphinx: configuration: docs/conf.py # Optionally set the version of Python and requirements required to build your docs +build: + os: ubuntu-22.04 + tools: + python: "3.11" + python: - version: 3.8 install: - requirements: dev-requirements.txt \ No newline at end of file