From 34c1ff7922a946955355fd8b879611d3bdb90bdb Mon Sep 17 00:00:00 2001 From: Qi Zheng Date: Tue, 17 Oct 2023 18:51:46 +0800 Subject: [PATCH] [readthedoc] Add build.os for .readthedocs.yaml --- .readthedocs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0acfd196..29356c44 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,11 @@ version: 2 +# Set the version of Python +build: + os: ubuntu-20.04 # <- add this line + tools: + python: "3.10" + sphinx: configuration: docs/readthedocs/docs/source/conf.py