From 70a3f15d060a87c2b7547777e339dc2e6da73d81 Mon Sep 17 00:00:00 2001 From: Michaelyin Date: Wed, 1 Nov 2023 16:40:13 +0800 Subject: [PATCH] update readthedocs --- .readthedocs.yaml | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ce298d7..7f9d239 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,24 +1,14 @@ -# .readthedocs.yml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -# Required version: 2 -# Build documentation in the docs/ directory with Sphinx +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +# Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/source/conf.py -# Build documentation with MkDocs -#mkdocs: -# configuration: mkdocs.yml - -# Optionally build your docs in additional formats such as PDF -formats: - - pdf - -# Optionally set the version of Python and requirements required to build your docs python: - version: 3.10 install: - requirements: docs/requirements.txt