From fdf63572334f180575d9e0aee6873be74ab10171 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Tue, 10 Oct 2023 10:26:24 -0400 Subject: [PATCH] use build section in RTD 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 b2b51e50..0e04f409 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,11 @@ version: 2 +build: + os: ubuntu-20.04 + tools: + python: "3.8" + python: - version: "3.8" install: - method: pip path: .