Skip to content

Commit 6d468a2

Browse files
authored
(fix): re-enable search popup (#1973)
1 parent 089ed92 commit 6d468a2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"sphinx_autodoc_typehints", # needs to be after napoleon
5757
"sphinx_issues",
5858
"sphinx_design",
59-
"sphinx_search.extension",
6059
"sphinxext.opengraph",
6160
"scanpydoc", # needs to be before linkcode
6261
"sphinx.ext.linkcode",

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,11 @@ doc = [
7272
"sphinx-toolbox>=3.8.0",
7373
"sphinxext.opengraph",
7474
"myst-nb",
75-
"scanpydoc[theme,typehints] >=0.15.1",
75+
"scanpydoc[theme,typehints] >=0.15.3",
7676
"awkward>=2.3",
7777
"IPython", # For syntax highlighting in notebooks
7878
"myst_parser",
7979
"sphinx_design>=0.5.0",
80-
"readthedocs-sphinx-search",
8180
# for unreleased changes
8281
"anndata[dev-doc,dask]",
8382
"awkward>=2.3",

0 commit comments

Comments
 (0)