From ba47d92f6ee0b448d419a66914fb9182280cb50f Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Thu, 4 May 2023 10:23:52 -0400 Subject: [PATCH 1/6] Update .readthedocs.yaml --- .readthedocs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a3d48ae6c..5ddd5b18f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,4 +10,3 @@ python: path: . extra_requirements: - doc - system_packages: true From d2a4306b181bb0d72221f48e232d1ba2672109d3 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Thu, 4 May 2023 10:31:12 -0400 Subject: [PATCH 2/6] Update .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5ddd5b18f..3e793d4b6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,7 @@ sphinx: configuration: docs/conf.py python: - version: 3.8 + version: 3.9 install: - method: pip path: . From d626dc7a548f411c4daedf92026232a5c39bba90 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Thu, 4 May 2023 10:38:13 -0400 Subject: [PATCH 3/6] Update .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3e793d4b6..5ddd5b18f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,7 @@ sphinx: configuration: docs/conf.py python: - version: 3.9 + version: 3.8 install: - method: pip path: . From cf3988f262ccdba14f5ef31f8d598431a2928275 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Thu, 4 May 2023 14:34:21 -0400 Subject: [PATCH 4/6] Update .readthedocs.yaml --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5ddd5b18f..c0ed84b16 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,8 @@ version: 2 +build: + os: ubuntu-22.04 + sphinx: configuration: docs/conf.py From 8a3a7e03a0940d3c817a016c22c97bcdebca8ef1 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Thu, 4 May 2023 14:37:11 -0400 Subject: [PATCH 5/6] Update .readthedocs.yaml --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c0ed84b16..0b8c535e5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,6 +2,8 @@ version: 2 build: os: ubuntu-22.04 + tools: + python: "3.8" sphinx: configuration: docs/conf.py From 79759308f6f0df4ae2a0298c275916bca9c894dd Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Thu, 4 May 2023 14:38:34 -0400 Subject: [PATCH 6/6] Update .readthedocs.yaml --- .readthedocs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0b8c535e5..953696218 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,6 @@ sphinx: configuration: docs/conf.py python: - version: 3.8 install: - method: pip path: .