From 9e50ad55ae6c3938c2ffd0cad89942c12fca865c Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 22 Dec 2021 20:06:08 -0700 Subject: [PATCH] pin os and python version in rtd build --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3d3feac4..346900b2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: 3.10 + python: "3.10" python: install: - requirements: requirements/docs.txt