build(docs): Update dependencies to latest versions.#631
build(docs): Update dependencies to latest versions.#631kirkrodrigues merged 1 commit intoy-scope:mainfrom
Conversation
WalkthroughThe pull request includes updates to the version specifications of several dependencies listed in the Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Validated with below steps:
git lfs fetch -all; git lfs pullto download all image assets.task docs:serveand loadedhttp://localhost:8080in aMicrosoft Edge Version 132.0.2957.41 (Official build) stable app, beta channel (64-bit)browser. (Note127.0.0.1should not be used in place oflocalhostwhere CORS restrictions are lifted; otherwise, the version switcher would fail to load which would cause the theme switcher not to function.)- Tested below functions which worked as expected:
- Theme switching.
- Searching with keyword "data" and observing the keyword getting highlighted in the results.
- Mermaid diagram on http://localhost:8080/dev-guide/tooling-gh-workflows.html rendered as expected. The text is a bit hard to see in the "Light" theme but that's not directly related to this PR.
The PR title is fine to be used as the squashed commit message.
Description
This updates the docs site's dependencies to the latest versions including unlocking the versions of
pydata-sphinx-themeandsphinxsince the issues that required us to lock them have been resolved.Validation performed
task docs:serverendered and served the site as expected.Summary by CodeRabbit