From cfac086d812198dcf197b46bb3189f31cbf216f3 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Mon, 8 May 2023 13:14:11 +0200 Subject: [PATCH] Docs: Update Python version on RTD to 3.11 (#75) A recent release of `urllib3` was breaking the build, see: https://github.com/urllib3/urllib3/issues/2168 The problem does not apply to more recent versions of Python. --- .readthedocs.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 0d0b035..e64c992 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,12 +1,16 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: '3.11' + python: - version: "3.8" install: - - method: pip - path: . - extra_requirements: - - docs + - method: pip + path: . + extra_requirements: + - docs sphinx: builder: html