From dfe67670bce332559e57e8e417400990033ac330 Mon Sep 17 00:00:00 2001 From: rangoliu Date: Thu, 19 Oct 2023 11:37:46 +0800 Subject: [PATCH] [Fix] fix readthedocs building (#2052) * fix readdocs * fix again * python version 3.7 --- .readthedocs.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4978771764..911ceb43ac 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,8 +2,12 @@ version: 2 formats: [pdf, epub] +build: + os: ubuntu-22.04 + tools: + python: "3.7" + python: - version: 3.7 - install: - - requirements: requirements/docs.txt - - requirements: requirements/readthedocs.txt + install: + - requirements: requirements/docs.txt + - requirements: requirements/readthedocs.txt