Skip to content

Commit

Permalink
Fix search error of online document (#2701)
Browse files Browse the repository at this point in the history
Co-authored-by: arthw <14088817+arthw@users.noreply.github.com>
  • Loading branch information
NeoZhangJianyu and arthw authored May 23, 2024
1 parent d687078 commit 46b631a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
3 changes: 2 additions & 1 deletion docs/build_docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
'sphinx.ext.coverage',
'sphinx.ext.autosummary',
'sphinx_md',
#'autoapi.extension',
'sphinx_rtd_theme',
'sphinxcontrib.jquery',
'sphinx.ext.napoleon',
'sphinx.ext.githubpages'
]
Expand Down
25 changes: 10 additions & 15 deletions docs/build_docs/sphinx-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
#sphinx==3.5.4
sphinx-autobuild==2021.3.14
#sphinx-rtd-theme
#recommonmark
#sphinx-markdown-tables==0.0.15
#sphinx-md
sphinxemoji

sphinx==6.1.1
sphinx_rtd_theme
recommonmark
sphinx-markdown-tables
sphinx-md
sphinx-autoapi
setuptools_scm[toml]==6.2
sphinx==7.3.7
sphinx_rtd_theme==2.0.0
recommonmark==0.7.1
sphinx-markdown-tables==0.0.17
sphinx-md==0.0.4
sphinx-autoapi==3.1.0
sphinx-autobuild==2024.4.16
sphinxemoji==0.3.1
sphinxcontrib-jquery==4.1
setuptools_scm[toml]==8.1.0

0 comments on commit 46b631a

Please sign in to comment.