From c467c1951e7b9be001aad1e7415e43d234cb0f8c Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Mon, 13 Mar 2023 11:02:39 +0000 Subject: [PATCH 1/2] .readthedocs.yml: Bump Python version Bump from 3.7 to 3.10 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index b7119248b..25682d283 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,6 +18,6 @@ formats: [] # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: 3.10 install: - requirements: doc/doc_requirements.txt -- GitLab From c8581ebd2651e3c461c9c9b43a2795ce65ceedaf Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Mon, 13 Mar 2023 11:08:24 +0000 Subject: [PATCH 2/2] .readthedocs.yml: Use Ubuntu 20.04 in readthedocs --- .readthedocs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 25682d283..65f39b7ff 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,8 +16,11 @@ sphinx: # Only build default HTML to save some build time formats: [] -# Optionally set the version of Python and requirements required to build your docs +build: + os: ubuntu-20.04 + tools: + python: "3.10" + python: - version: 3.10 install: - requirements: doc/doc_requirements.txt -- GitLab