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

chengpan pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 7e59e8957 [KYUUBI #5902] Bump doc build dependencies
7e59e8957 is described below

commit 7e59e895704b9882164ae3dbed99e844c57b53c1
Author: Bowen Liang <[email protected]>
AuthorDate: Thu Dec 21 18:37:43 2023 -0800

    [KYUUBI #5902] Bump doc build dependencies
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    As descirbed.
    
    ## Describe Your Solution ๐Ÿ”ง
    
    - Bump pip dependencies' version of doc building tools
        - sphinx 4.5.0 -> 7.2.6
        - sphinx-book-theme 0.3.3-> 1.1.0
        - markdown 3.4.1-> 3.5.1
    - Upgraded `sphinx-book-theme` brings
        - dark mode support (light/dark/system)
        - new search bar style
        - less text hits shown in searched results
    
    ## 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:
    
![image](https://github.com/apache/kyuubi/assets/1935105/561df239-ba51-4044-a9f4-25d213f2e82f)
    
    
![image](https://github.com/apache/kyuubi/assets/1935105/6dacbb12-c0d8-4a90-aa33-88e326bd3590)
    
    #### Behavior With This Pull Request :tada:
    
![image](https://github.com/apache/kyuubi/assets/1935105/395629f3-1f25-4c31-bdbe-717658a85022)
    
    
![image](https://github.com/apache/kyuubi/assets/1935105/9f43ae96-f410-4b30-a7cf-0ee2143ef0b7)
    
    
![image](https://github.com/apache/kyuubi/assets/1935105/5d14ca7a-92e2-4215-83ef-1fd056303094)
    
    #### Related Unit Tests
    
    ---
    
    # Checklists
    ## ๐Ÿ“ Author Self Checklist
    
    - [ ] My code follows the [style 
guidelines](https://kyuubi.readthedocs.io/en/master/contributing/code/style.html)
 of this project
    - [x] I have performed a self-review
    - [ ] I have commented my code, particularly in hard-to-understand areas
    - [ ] I have made corresponding changes to the documentation
    - [ ] My changes generate no new warnings
    - [x] I have added tests that prove my fix is effective or that my feature 
works
    - [ ] New and existing unit tests pass locally with my changes
    - [x] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    ## ๐Ÿ“ Committer Pre-Merge Checklist
    
    - [x] Pull request title is okay.
    - [x] No license issues.
    - [ ] Milestone correctly set?
    - [x] Test coverage is ok
    - [ ] Assignees are selected.
    - [x] Minimum number of approvals
    - [x] No changes are requested
    
    **Be nice. Be informative.**
    
    Closes #5902 from bowenliang123/docdep-bump.
    
    Closes #5902
    
    db9d8671a [Bowen Liang] bump doc build dependencies
    
    Authored-by: Bowen Liang <[email protected]>
    Signed-off-by: Fei Wang <[email protected]>
---
 docs/requirements.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/requirements.txt b/docs/requirements.txt
index 8e1f5c471..b2f9efc4a 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -17,12 +17,12 @@
 # under the License.
 #
 
-markdown==3.4.1
+markdown==3.5.1
 recommonmark==0.7.1
-sphinx==4.5.0
-sphinx-book-theme==0.3.3
+sphinx==7.2.6
+sphinx-book-theme==1.1.0
 sphinx-markdown-tables==0.0.17
-sphinx-notfound-page==0.8.3
+sphinx-notfound-page==1.0.0
 sphinx-togglebutton===0.3.2
 sphinxemoji===0.2.0
 sphinx-copybutton===0.5.2

Reply via email to