From ada73f1ca46d85c07dc8361c1e378ae5034bf5e2 Mon Sep 17 00:00:00 2001 From: Henry Pinkard <7969470+henrypinkard@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:27:08 +0200 Subject: [PATCH 1/4] enable rtd build --- docs/requirements.txt | 3 ++- readthedocs.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8f2c027..615a0e5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,3 @@ +sphinx sphinx-rtd-theme -sphinx-togglebutton \ No newline at end of file +sphinx-togglebutton diff --git a/readthedocs.yaml b/readthedocs.yaml index 8d54f82..1e38a10 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -11,8 +11,8 @@ build: python: "3.10" -# Optionally specify the Python version used by Read the Docs -# python: -# version: 3.10 -# install: -# - requirements: docs/requirements.txt +Optionally specify the Python version used by Read the Docs +python: + version: 3.10 + install: + - requirements: docs/requirements.txt From caa8d0d027d6b207c50ea37085e0bf5a3e51643f Mon Sep 17 00:00:00 2001 From: Henry Pinkard <7969470+henrypinkard@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:31:59 +0200 Subject: [PATCH 2/4] noop --- readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yaml b/readthedocs.yaml index 1e38a10..6658cb9 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -15,4 +15,4 @@ Optionally specify the Python version used by Read the Docs python: version: 3.10 install: - - requirements: docs/requirements.txt + - requirements: docs/requirements.txt From 8f9541b7b1110794f06aa562e8687c81c9a5a675 Mon Sep 17 00:00:00 2001 From: Henry Pinkard <7969470+henrypinkard@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:32:47 +0200 Subject: [PATCH 3/4] fix yaml --- readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yaml b/readthedocs.yaml index 6658cb9..323c2cc 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -11,7 +11,7 @@ build: python: "3.10" -Optionally specify the Python version used by Read the Docs +# Optionally specify the Python version used by Read the Docs python: version: 3.10 install: From 0a9d2c83e4f294153034ee4c7420185a5523a1be Mon Sep 17 00:00:00 2001 From: Henry Pinkard <7969470+henrypinkard@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:34:00 +0200 Subject: [PATCH 4/4] update config --- readthedocs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/readthedocs.yaml b/readthedocs.yaml index 323c2cc..82dccea 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -13,6 +13,5 @@ build: # Optionally specify the Python version used by Read the Docs python: - version: 3.10 install: - requirements: docs/requirements.txt