From 537db409d46ae28d770d95dd9a48e92c8bba0445 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Fri, 6 Jan 2023 21:33:31 +0100 Subject: [PATCH 1/3] Adding first tutorial step for a .readthedocs.yaml: https://docs.readthedocs.io/en/stable/tutorial/#upgrading-the-python-version --- .readthedocs.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..6c8cb8d97 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,7 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.8" + From 291e5aa705c4892a8b5d598d80eea946c07355fa Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Fri, 6 Jan 2023 21:38:28 +0100 Subject: [PATCH 2/3] Test Python 3.9 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6c8cb8d97..25238461e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,5 +3,5 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.8" + python: "3.9" From ec0296f966d1f3d4ba9b7329ecef9bf3297c3758 Mon Sep 17 00:00:00 2001 From: Benjamin Balder Bach Date: Tue, 31 Jan 2023 15:11:33 +0100 Subject: [PATCH 3/3] Update .readthedocs.yaml --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 25238461e..48c443e55 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,4 +4,7 @@ build: os: "ubuntu-22.04" tools: python: "3.9" + jobs: + post_install: + - echo ${testitest}