From d41c170f77fe5ab171c0a78ef02ef38c5f575f70 Mon Sep 17 00:00:00 2001 From: bmpixel Date: Sat, 17 Aug 2024 15:59:09 +0800 Subject: [PATCH] add build os --- readthedocs.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/readthedocs.yaml b/readthedocs.yaml index d9222bb..015eb5d 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -1,20 +1,19 @@ -# .readthedocs.yaml -# Read the Docs configuration file +# Read the Docs configuration file for MkDocs projects # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the version of Python and other tools you might need -# build: -# os: ubuntu-22.04 -# tools: -# python: "3.10" +build: + os: ubuntu-22.04 + tools: + python: "3.12" mkdocs: configuration: mkdocs.yml # Optionally declare the Python requirements required to build your docs python: - install: - - requirements: docs/requirements.txt + install: + - requirements: docs/requirements.txt