From f6363de0a976ddeb36bfdc357ca405d8a8468766 Mon Sep 17 00:00:00 2001 From: Pooja Babu Date: Thu, 18 Aug 2022 17:34:36 +0200 Subject: [PATCH] Add os to build option in .readthedocs.yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index de5cd5c44..aa428d5c0 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,7 @@ version: 2 build: - image: latest + os: ubuntu-20.04 tools: python: "3.9"