From 8efca29c2396c007bce4e31dad2d3bff57df9de6 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Fri, 29 Dec 2023 17:31:39 -0800 Subject: [PATCH] :wrench: MAINTAIN: define build.os for RTD to fix build --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ccb61ea..4971637 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,11 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.8" + python: - version: "3.8" install: - method: pip path: .