From bd6cc7c50733ad20d3e4ff47636f7f75e79058fb Mon Sep 17 00:00:00 2001 From: "Martijn P. A. Starmans" Date: Thu, 22 Feb 2024 17:04:05 +0100 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7fdaad96..ebdbdd63 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,13 +2,17 @@ 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