From 6d715af644c6e30857cdf6760e7c4106f0f0d651 Mon Sep 17 00:00:00 2001 From: Zhu Yunge Date: Tue, 7 Nov 2023 10:02:21 +0800 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 43f82d2e..bb8e706b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,15 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required version: 2 +build: + os: ubuntu-20.04 + tools: + python: "3.7" + sphinx: configuration: documents/readthedoc/docs/source/conf.py