From bc742e9d862b6074994b46e3204aac6925af44de Mon Sep 17 00:00:00 2001 From: Zackhasacat Date: Tue, 24 Oct 2023 08:36:23 -0500 Subject: [PATCH 1/3] Add build.os --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e0b39ec495..544fe56904 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,3 +8,5 @@ python: install: - requirements: docs/requirements.txt +build: + os: ubuntu-22.04 \ No newline at end of file From b3eec4ae3266d53c8270b3d0f265921d8eeeaa0b Mon Sep 17 00:00:00 2001 From: Zackhasacat Date: Tue, 24 Oct 2023 08:39:16 -0500 Subject: [PATCH 2/3] Add tools --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 544fe56904..ad3758e26d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,9 +4,10 @@ sphinx: configuration: docs/source/conf.py python: - version: 3.8 install: - requirements: docs/requirements.txt build: - os: ubuntu-22.04 \ No newline at end of file + os: ubuntu-22.04 + tools: + python: "3.8" \ No newline at end of file From 22142668c7192b0c1bf90293edfd279411ada0b6 Mon Sep 17 00:00:00 2001 From: Zackhasacat Date: Tue, 24 Oct 2023 08:46:27 -0500 Subject: [PATCH 3/3] Add Newline --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ad3758e26d..962b34f516 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,4 +10,4 @@ python: build: os: ubuntu-22.04 tools: - python: "3.8" \ No newline at end of file + python: "3.8"