From cab8273a08806cd64cb03a135fa798185a1a8139 Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Wed, 1 Nov 2023 17:56:12 +0100 Subject: [PATCH 1/3] Add build os to docs yml Signed-off-by: Beat Buesser --- readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readthedocs.yml b/readthedocs.yml index a24c500806..8a98f6c89a 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,6 +1,7 @@ version: 2 sphinx: configuration: docs/conf.py +os: ubuntu-20.04 python: version: 3.6 install: From 404648efbe73f0912f189767175622107e96ae75 Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Wed, 1 Nov 2023 18:00:29 +0100 Subject: [PATCH 2/3] Add build os to docs yml Signed-off-by: Beat Buesser --- readthedocs.yml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 8a98f6c89a..313b6e0552 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,11 +1,16 @@ version: 2 + +build: + os: ubuntu-20.04 + tools: + python: 3.9 + +python: + install: + - method: pip + path: . + extra_requirements: + - docs + sphinx: configuration: docs/conf.py -os: ubuntu-20.04 -python: - version: 3.6 - install: - - method: pip - path: . - extra_requirements: - - docs From 2a331474e6370d79ddf7b04f8fa467868a09e866 Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Wed, 1 Nov 2023 21:55:31 +0100 Subject: [PATCH 3/3] Add build os to docs yml Signed-off-by: Beat Buesser --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 313b6e0552..e7467d2df7 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: 3.9 + python: "3.9" python: install: