You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ya...@apache.org on 2023/05/08 05:36:06 UTC

[kyuubi] branch master updated: [KYUUBI #4800] Update readthedocs.yaml

This is an automated email from the ASF dual-hosted git repository.

yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new f8109b0ad [KYUUBI #4800] Update readthedocs.yaml
f8109b0ad is described below

commit f8109b0ad72bddd0fd65154a432dfed2dd575939
Author: Kent Yao <ya...@apache.org>
AuthorDate: Mon May 8 13:35:55 2023 +0800

    [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 <ya...@apache.org>
    Signed-off-by: Kent Yao <ya...@apache.org>
---
 .readthedocs.yml => .readthedocs.yaml | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

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