From 8715b471d76635e2db504014eef05a370731d75e Mon Sep 17 00:00:00 2001 From: Leon Luttenberger Date: Wed, 25 Oct 2023 10:05:47 -0500 Subject: [PATCH 1/9] fix: readthedocs failing because of missing build.os variable --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 91421b20f..b69360b19 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,8 @@ version: 2 formats: all +build: + os: ubuntu-22.04 + conda: environment: docs/environment.yml From 1ad9d66e2d6cee5ecb960100de775653d3b6b4f9 Mon Sep 17 00:00:00 2001 From: Leon Luttenberger Date: Wed, 25 Oct 2023 10:18:39 -0500 Subject: [PATCH 2/9] Revert "fix: readthedocs failing because of missing build.os variable" This reverts commit 8715b471d76635e2db504014eef05a370731d75e. --- .readthedocs.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index b69360b19..91421b20f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,8 +1,5 @@ version: 2 formats: all -build: - os: ubuntu-22.04 - conda: environment: docs/environment.yml From eab7c63269bd6bac3465cabc76b41b379bb6e8ae Mon Sep 17 00:00:00 2001 From: Leon Luttenberger Date: Wed, 25 Oct 2023 10:19:40 -0500 Subject: [PATCH 3/9] Revert "Revert "fix: readthedocs failing because of missing build.os variable"" This reverts commit 1ad9d66e2d6cee5ecb960100de775653d3b6b4f9. --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 91421b20f..b69360b19 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,8 @@ version: 2 formats: all +build: + os: ubuntu-22.04 + conda: environment: docs/environment.yml From 408951cbc6c53638ccec802c10e6633337bcda0d Mon Sep 17 00:00:00 2001 From: Leon Luttenberger Date: Wed, 25 Oct 2023 10:21:34 -0500 Subject: [PATCH 4/9] Add Python version --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index b69360b19..59509a879 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,6 +3,8 @@ formats: all build: os: ubuntu-22.04 + tools: + python: "3.11" conda: environment: docs/environment.yml From a17a7018a009ea9ca87178943d6cc91702efaa64 Mon Sep 17 00:00:00 2001 From: Leon Luttenberger Date: Wed, 25 Oct 2023 10:27:57 -0500 Subject: [PATCH 5/9] Add mambaforge --- .readthedocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 59509a879..0920cf02e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,7 +4,10 @@ formats: all build: os: ubuntu-22.04 tools: - python: "3.11" + python: mambaforge-22.9" conda: environment: docs/environment.yml + +sphinx: + configuration: docs/source/conf.py From fccc40af0396df9cc5365f042df0b04c9702a2b9 Mon Sep 17 00:00:00 2001 From: Leon Luttenberger Date: Wed, 25 Oct 2023 10:28:24 -0500 Subject: [PATCH 6/9] fix typo --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 0920cf02e..d87040669 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,7 +4,7 @@ formats: all build: os: ubuntu-22.04 tools: - python: mambaforge-22.9" + python: mambaforge-22.9 conda: environment: docs/environment.yml From becb52e9027ab8c2ca750c4bacbb31d97f48c86a Mon Sep 17 00:00:00 2001 From: Leon Luttenberger Date: Wed, 25 Oct 2023 10:37:03 -0500 Subject: [PATCH 7/9] change mambaforge version --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d87040669..220c7f5fd 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,7 +4,7 @@ formats: all build: os: ubuntu-22.04 tools: - python: mambaforge-22.9 + python: mambaforge-4.10 conda: environment: docs/environment.yml From 1c1999d89b7d626fcbfa5de678086b4782d5650b Mon Sep 17 00:00:00 2001 From: Leon Luttenberger Date: Wed, 25 Oct 2023 10:40:24 -0500 Subject: [PATCH 8/9] add python install --- .readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 220c7f5fd..bf6b65f55 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,6 +6,11 @@ build: tools: python: mambaforge-4.10 +python: + install: + - method: pip + path: . + conda: environment: docs/environment.yml From e9d601265218fc4dd2bb42cab0277b1f20db67cb Mon Sep 17 00:00:00 2001 From: Leon Luttenberger Date: Wed, 25 Oct 2023 10:42:53 -0500 Subject: [PATCH 9/9] attempt 424,213 --- .readthedocs.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index bf6b65f55..db39ae536 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,12 +4,7 @@ formats: all build: os: ubuntu-22.04 tools: - python: mambaforge-4.10 - -python: - install: - - method: pip - path: . + python: miniconda3-4.7 conda: environment: docs/environment.yml