From 1d2a902ebb60418d0e240ed4e0f51e7f326abe16 Mon Sep 17 00:00:00 2001 From: walshmm Date: Fri, 5 May 2023 14:58:43 -0400 Subject: [PATCH 1/3] update runtime env to fix read the docs https://github.com/urllib3/urllib3/issues/2168#issuecomment-1536456946 --- .readthedocs.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000000..3c43908a60 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt From ae836a56f6f29ac47438a98f9ea188ef294569a2 Mon Sep 17 00:00:00 2001 From: walshmm Date: Fri, 5 May 2023 15:07:06 -0400 Subject: [PATCH 2/3] 3.11 seems to be picky, bumping down to 3.10 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3c43908a60..6cec50d101 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.11" + python: "3.8" sphinx: configuration: docs/conf.py From 4fd8d4c8613b2981bce5f1faf04fa842651488f3 Mon Sep 17 00:00:00 2001 From: walshmm Date: Fri, 5 May 2023 15:07:09 -0400 Subject: [PATCH 3/3] 3.11 seems to be picky, bumping down to 3.10 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6cec50d101..efbb61d76e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.10" sphinx: configuration: docs/conf.py