From 8a087d0db9d9aec2e4a5685536e79ee75a4b45d7 Mon Sep 17 00:00:00 2001 From: Linlang <30293408+SunsetWolf@users.noreply.github.com> Date: Fri, 17 May 2024 19:19:45 +0800 Subject: [PATCH] fix docs (#1721) * fix docs * modify file extension * modify file extension --------- Co-authored-by: Linlang Lv (iSoftStone Information) --- .readthedocs.yml => .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename .readthedocs.yml => .readthedocs.yaml (80%) diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 80% rename from .readthedocs.yml rename to .readthedocs.yaml index 7d4cb854ae..71b29a2279 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -5,6 +5,12 @@ # Required version: 2 +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.7" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -14,7 +20,6 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: docs/requirements.txt - method: pip