From 6e3120a5e89ad1e4c2a959c166149f46a7f1b87d Mon Sep 17 00:00:00 2001 From: "B.R" <82049468+BR1py@users.noreply.github.com> Date: Fri, 24 May 2024 12:57:44 +0200 Subject: [PATCH 1/3] Update .readthedocs.yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ffc9f49..f9a828d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,6 +18,6 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.5 + version: 3.8 install: - requirements: docs/requirements.txt From 2896c897467ffacf9fb725fbe2c6b61f13c02802 Mon Sep 17 00:00:00 2001 From: "B.R" <82049468+BR1py@users.noreply.github.com> Date: Fri, 24 May 2024 12:59:30 +0200 Subject: [PATCH 2/3] Update .readthedocs.yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f9a828d..3bc66ff 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,6 +18,6 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 + version: 3.10 install: - requirements: docs/requirements.txt From 16a8e4492137f52ee6759259cd438fb718e28be5 Mon Sep 17 00:00:00 2001 From: "B.R" <82049468+BR1py@users.noreply.github.com> Date: Fri, 24 May 2024 13:04:37 +0200 Subject: [PATCH 3/3] Update .readthedocs.yml --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3bc66ff..8114c27 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,10 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.10" # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -17,7 +21,7 @@ sphinx: formats: all # Optionally set the version of Python and requirements required to build your docs + python: - version: 3.10 install: - requirements: docs/requirements.txt