This is an automated email from the ASF dual-hosted git repository.
feiwang 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 feddca452 [KYUUBI #5902] Bump doc build dependencies
feddca452 is described below
commit feddca4523342b49547f6a491f3483457445affb
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:


#### Behavior With This Pull Request :tada:



#### 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