From 216ded00c38006f82a46973c89cc49773cf4d799 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 5 May 2023 10:00:49 -0300 Subject: [PATCH] chore: readthedocs doesn't build anymore Pin the python version to solve it. --- .readthedocs.yaml | 4 ++++ docs/requirements.txt | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e7e973dce..0d7162c8f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,3 +4,7 @@ sphinx: python: install: - requirements: docs/requirements.txt +build: + os: ubuntu-22.04 + tools: + python: "3.11" diff --git a/docs/requirements.txt b/docs/requirements.txt index 57ed0b59f..4f76b0480 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,5 @@ docutils==0.16 sphinx>=4.3.0 sphinx-copybutton sphinx-rtd-theme>=0.5.1 -sphinx-tabs \ No newline at end of file +sphinx-tabs +urllib3==2.0.2