From 537db409d46ae28d770d95dd9a48e92c8bba0445 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Fri, 6 Jan 2023 21:33:31 +0100 Subject: [PATCH] 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 0000000..6c8cb8d --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,7 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.8" +