From 8bc54be214ec3f93de8c2a859c7807cc94660e53 Mon Sep 17 00:00:00 2001 From: David Lord Date: Sun, 26 Dec 2021 16:10:04 -0700 Subject: [PATCH] pin os and python version in rtd build --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0c363636..346900b2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,4 +1,8 @@ version: 2 +build: + os: ubuntu-20.04 + tools: + python: "3.10" python: install: - requirements: requirements/docs.txt -- 2.47.2