From db0e8d7c6fc6838e0aa2126b3ae813fc2397fcba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Duque=20Mesa?= <675763+sduquemesa@users.noreply.github.com> Date: Tue, 9 May 2023 15:12:37 -0400 Subject: [PATCH] fix [.readthedocs.yml] - increase python version Fixes urllib3 v2.0 not supporting versions <1.1.1 of openSSL. See https://github.com/readthedocs/readthedocs.org/issues/10290. --- .readthedocs.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 532073a76..df469591c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,17 +9,13 @@ version: 2 sphinx: configuration: docs/conf.py -# Build documentation with MkDocs -#mkdocs: -# configuration: mkdocs.yml - # Optionally build your docs in additional formats such as PDF and ePub formats: - htmlzip # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 + version: 3.10 install: - requirements: docs/requirements.txt