We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7271eb1 commit 37415b9Copy full SHA for 37415b9
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,13 +72,12 @@ 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
"zarr<3",
77
"awkward>=2.3",
78
"IPython", # For syntax highlighting in notebooks
79
"myst_parser",
80
"sphinx_design>=0.5.0",
81
- "readthedocs-sphinx-search",
82
# for unreleased changes
83
"anndata[dev-doc]",
84
]
0 commit comments