From 115402f4b82ef914226b5fd471de0b0f96b7d81b Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Thu, 4 Nov 2021 21:14:39 -0500 Subject: [PATCH] Ask readthedocs to use python3.9 for building --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3f66351ce7..770888b79e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,6 +8,11 @@ version: 2 +build: + os: ubuntu-20.04 + tools: + python: "3.9" + submodules: include: - extmod/ulab @@ -16,6 +21,5 @@ formats: - pdf python: - version: 3 install: - requirements: docs/requirements.txt