From e05fb2a1658c5ecc55705c0d39b00cb8825240fe Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Tue, 21 Nov 2023 11:36:18 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=93=9A=20Fix=20the=20RTD=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 611695db..d7b1bff2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,11 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.8" + python: - version: "3.8" install: - method: pip path: . From 2917b8c9d0c9a897eda216decba61d087a97b6aa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:36:33 +0000 Subject: [PATCH 2/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d7b1bff2..57297d4b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,7 +4,7 @@ build: os: ubuntu-22.04 tools: python: "3.8" - + python: install: - method: pip From 3cb37e684958841e2b10e25d54e4753e0415c7e4 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Tue, 21 Nov 2023 11:42:24 +0000 Subject: [PATCH 3/4] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 46cbc762..bcd920e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,7 @@ rtd = [ "sphinx-design", "sphinx_book_theme", "jupyter_sphinx", + "ipython", ] testing = [ "coverage", From beb9a8e30065e1dc589a59691f69a5460d76e66a Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Tue, 21 Nov 2023 11:51:20 +0000 Subject: [PATCH 4/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bcd920e4..89e738c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ rtd = [ "sphinx-design", "sphinx_book_theme", "jupyter_sphinx", - "ipython", + "ipykernel", ] testing = [ "coverage",