From 9631286979739ddbc6f08ffff00f03c5685bde56 Mon Sep 17 00:00:00 2001 From: sreekarreddydfci <91486875+sreekarreddydfci@users.noreply.github.com> Date: Tue, 9 May 2023 15:34:17 -0400 Subject: [PATCH 1/5] Update readthedocs-requirements.txt Added urllib3 --- docs/readthedocs-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/readthedocs-requirements.txt b/docs/readthedocs-requirements.txt index e2c1583d..443d89e2 100644 --- a/docs/readthedocs-requirements.txt +++ b/docs/readthedocs-requirements.txt @@ -5,3 +5,4 @@ sphinx-rtd-theme==1.0.0 sphinx-autoapi==1.8.4 ipython==8.10.0 sphinx-copybutton==0.4.0 +urllib3==1.26.15 From 42c4cc8b20343cbc55fafc9e366aab75c05add87 Mon Sep 17 00:00:00 2001 From: sreekarreddydfci <91486875+sreekarreddydfci@users.noreply.github.com> Date: Tue, 9 May 2023 15:56:29 -0400 Subject: [PATCH 2/5] Update .readthedocs.yaml Added new build, due to conflicts with urllib3 recent updates. --- .readthedocs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 86d61526..d747bd11 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,12 @@ # Required version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # Build documentation with Sphinx sphinx: configuration: docs/source/conf.py From 912834f8116e594e384b4faea77cc25b3d756450 Mon Sep 17 00:00:00 2001 From: sreekarreddydfci <91486875+sreekarreddydfci@users.noreply.github.com> Date: Tue, 9 May 2023 15:59:48 -0400 Subject: [PATCH 3/5] Update .readthedocs.yaml Modified file --- .readthedocs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d747bd11..ec0cbe3d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,8 +8,6 @@ version: 2 build: os: ubuntu-22.04 - tools: - python: "3.11" # Build documentation with Sphinx sphinx: From 927c86e34ea2bf4c3af6247b0630654ca68f916e Mon Sep 17 00:00:00 2001 From: sreekarreddydfci <91486875+sreekarreddydfci@users.noreply.github.com> Date: Tue, 9 May 2023 16:10:09 -0400 Subject: [PATCH 4/5] Update .readthedocs.yaml added build --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ec0cbe3d..02377793 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,9 +5,10 @@ # Required version: 2 - build: os: ubuntu-22.04 + tools: + python: "3.8" # Build documentation with Sphinx sphinx: @@ -16,6 +17,5 @@ sphinx: fail_on_warning: false python: - version: "3.8" install: - requirements: docs/readthedocs-requirements.txt From eb62e298398cab9e28ed496bfc2391e613c9d0aa Mon Sep 17 00:00:00 2001 From: sreekarreddydfci <91486875+sreekarreddydfci@users.noreply.github.com> Date: Tue, 9 May 2023 16:13:58 -0400 Subject: [PATCH 5/5] Update readthedocs-requirements.txt --- docs/readthedocs-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readthedocs-requirements.txt b/docs/readthedocs-requirements.txt index 443d89e2..b672810f 100644 --- a/docs/readthedocs-requirements.txt +++ b/docs/readthedocs-requirements.txt @@ -5,4 +5,4 @@ sphinx-rtd-theme==1.0.0 sphinx-autoapi==1.8.4 ipython==8.10.0 sphinx-copybutton==0.4.0 -urllib3==1.26.15 +