From b7d463c3450e0b9e8c233710cb43b260e6fb35bf Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 8 Dec 2021 19:58:54 +0000 Subject: [PATCH] Fix Read The Docs configuration --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 72b722d3..1f80cc05 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,7 +5,11 @@ sphinx: formats: all +build: + os: ubuntu-20.04 + tools: + python: '3.10' + python: - version: 3.10 install: - requirements: docs/requirements.txt