From 16b462137d07a3e341c2e1197e907ae902f0d48d Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Tue, 10 Oct 2023 09:47:55 -0400 Subject: [PATCH] use build.os in readthedocs config https://blog.readthedocs.com/use-build-os-config/ --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 94b756610..a75f7f277 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,11 @@ version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.7" + python: - version: "3.7" install: - method: pip path: .