From f8109b0ad72bddd0fd65154a432dfed2dd575939 Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Mon, 8 May 2023 13:35:55 +0800 Subject: [PATCH] [KYUUBI #4800] Update readthedocs.yaml ### _Why are the changes needed?_ - readthedocs.yml shall be readthedocs.yaml. - Add OS version ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4800 from yaooqinn/readthedocs. Closes #4800 ba70cc529 [Kent Yao] Update readthedocs.yaml Authored-by: Kent Yao Signed-off-by: Kent Yao --- .readthedocs.yml => .readthedocs.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) rename .readthedocs.yml => .readthedocs.yaml (76%) diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 76% rename from .readthedocs.yml rename to .readthedocs.yaml index 671f29266..115d9c338 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -16,23 +16,19 @@ # version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" -# Build documentation in the docs/ directory with Sphinx sphinx: builder: html configuration: docs/conf.py -# Build documentation with MkDocs -#mkdocs: -# configuration: mkdocs.yml - -# Optionally build your docs in additional formats such as PDF formats: - pdf - epub -# Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: docs/requirements.txt