This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix search issue of online doc (#1687)
* fix search issue of online doc * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: ZhangJianyu <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
dbd809b
commit 408e5f1
Showing
3 changed files
with
37 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
breathe | ||
recommonmark | ||
setuptools_scm[toml]>=6.2 | ||
sphinx | ||
sphinx-autoapi | ||
sphinx-markdown-tables | ||
sphinx-md | ||
sphinx_rtd_theme | ||
recommonmark==0.7.1 | ||
setuptools_scm[toml]==8.1.0 | ||
sphinx==7.3.7 | ||
sphinx-autoapi==3.1.0 | ||
sphinx-autobuild==2024.4.16 | ||
sphinx-markdown-tables==0.0.17 | ||
sphinx-md==0.0.4 | ||
sphinx_rtd_theme==2.0.0 | ||
sphinxcontrib-jquery==4.1 | ||
sphinxemoji==0.3.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters