We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089ed92 commit 6d468a2Copy full SHA for 6d468a2
2 files changed
docs/conf.py
@@ -56,7 +56,6 @@
56
"sphinx_autodoc_typehints", # needs to be after napoleon
57
"sphinx_issues",
58
"sphinx_design",
59
- "sphinx_search.extension",
60
"sphinxext.opengraph",
61
"scanpydoc", # needs to be before linkcode
62
"sphinx.ext.linkcode",
pyproject.toml
@@ -72,12 +72,11 @@ doc = [
72
"sphinx-toolbox>=3.8.0",
73
74
"myst-nb",
75
- "scanpydoc[theme,typehints] >=0.15.1",
+ "scanpydoc[theme,typehints] >=0.15.3",
76
"awkward>=2.3",
77
"IPython", # For syntax highlighting in notebooks
78
"myst_parser",
79
"sphinx_design>=0.5.0",
80
- "readthedocs-sphinx-search",
81
# for unreleased changes
82
"anndata[dev-doc,dask]",
83
0 commit comments