# 🔍 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 🔖 - [ ] 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 ⚰️   #### Behavior With This Pull Request 🎉    #### 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 <liangbowen@gf.com.cn> Signed-off-by: Fei Wang <fwang12@ebay.com>
29 lines
998 B
Plaintext
29 lines
998 B
Plaintext
#
|
|
# Licensed to the Apache Software Foundation (ASF) under one
|
|
# or more contributor license agreements. See the NOTICE file
|
|
# distributed with this work for additional information
|
|
# regarding copyright ownership. The ASF licenses this file
|
|
# to you under the Apache License, Version 2.0 (the
|
|
# "License"); you may not use this file except in compliance
|
|
# with the License. You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing,
|
|
# software distributed under the License is distributed on an
|
|
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
# KIND, either express or implied. See the License for the
|
|
# specific language governing permissions and limitations
|
|
# under the License.
|
|
#
|
|
|
|
markdown==3.5.1
|
|
recommonmark==0.7.1
|
|
sphinx==7.2.6
|
|
sphinx-book-theme==1.1.0
|
|
sphinx-markdown-tables==0.0.17
|
|
sphinx-notfound-page==1.0.0
|
|
sphinx-togglebutton===0.3.2
|
|
sphinxemoji===0.2.0
|
|
sphinx-copybutton===0.5.2
|