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

bowenliang 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 f8606f4c24 [KYUUBI #6752] [DOC] Bump doc build requirements
f8606f4c24 is described below

commit f8606f4c243031b8487257f2baeca15733d0b0c0
Author: Bowen Liang <[email protected]>
AuthorDate: Fri Oct 18 10:39:02 2024 +0800

    [KYUUBI #6752] [DOC] Bump doc build requirements
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request fixes #
    
    ## Describe Your Solution ๐Ÿ”ง
    
    - build python dependencies for docs building to latest versions
    - no display or behaviour changes
    
![image](https://github.com/user-attachments/assets/333174af-46f8-4b9d-8886-8140a9f10d59)
    
    ## Types of changes :bookmark:
    
    - [ ] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    #### Behavior Without This Pull Request :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### Related Unit Tests
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [ ] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6752 from bowenliang123/doc-req.
    
    Closes #6752
    
    ffd8782bd [Bowen Liang] update
    c328c7584 [Bowen Liang] bump doc build requirements
    
    Authored-by: Bowen Liang <[email protected]>
    Signed-off-by: Bowen Liang <[email protected]>
---
 .github/workflows/docs.yml |  2 +-
 docs/requirements.txt      | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 3b2ea90d66..c77ba6a567 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -34,7 +34,7 @@ jobs:
       - uses: actions/checkout@v4
       - uses: actions/setup-python@v5
         with:
-          python-version: '3.9'
+          python-version: '3.10'
           cache: 'pip'
           cache-dependency-path: docs/requirements.txt
       - run: pip install -r docs/requirements.txt
diff --git a/docs/requirements.txt b/docs/requirements.txt
index b2f9efc4a4..e818ad5c46 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -17,12 +17,12 @@
 # under the License.
 #
 
-markdown==3.5.1
+markdown==3.7
 recommonmark==0.7.1
-sphinx==7.2.6
-sphinx-book-theme==1.1.0
+sphinx==8.1.3
+sphinx-book-theme==1.1.3
 sphinx-markdown-tables==0.0.17
-sphinx-notfound-page==1.0.0
+sphinx-notfound-page==1.0.4
 sphinx-togglebutton===0.3.2
-sphinxemoji===0.2.0
+sphinxemoji===0.3.1
 sphinx-copybutton===0.5.2

Reply via email to