From 60d9f9af6aff757634082b94e787174f8755845c Mon Sep 17 00:00:00 2001 From: "Martijn P. A. Starmans" Date: Thu, 22 Feb 2024 17:15:57 +0100 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7fdaad96..68877877 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,13 +2,15 @@ version: 2 +build: + os: "ubuntu-20.04" + tools: + python: "3.7" + sphinx: configuration: WORC/doc/conf.py -formats: [] - python: - version: 3.7 install: - requirements: requirements.txt - method: pip