From 947f1087c427d694d6dd26cbed9ea0a027fd3517 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Wed, 18 Oct 2023 12:50:57 +0200 Subject: [PATCH 1/2] Update .readthedocs.yml ReadTheDocs config needs to be updated> https://blog.readthedocs.com/migrate-configuration-v2/ --- .readthedocs.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 22065b47d..74b2132d3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,10 +1,13 @@ - version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + mkdocs: configuration: mkdocs.yml python: - version: 3.8 install: - - requirements: doc/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt From 7894da7142594aa010adfb7c1aaaefcebd1dc9e5 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Wed, 18 Oct 2023 14:17:11 +0200 Subject: [PATCH 2/2] Update .readthedocs.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fermín Galán Márquez --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 74b2132d3..e00841625 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,4 +10,4 @@ mkdocs: python: install: - - requirements: docs/requirements.txt + - requirements: doc/requirements.txt