Skip to content

Commit 4a0871a

Browse files
authored
Docs: remove our Sphinx search extension (#11469)
We've deprecated this extension and we've replaced it by the search addon.
1 parent 9ed7e9c commit 4a0871a

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

docs/user/guides/reproducible-builds.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ A configuration file with explicit dependencies looks like this:
5555
# Defining the exact version will make sure things don't break
5656
sphinx==5.3.0
5757
sphinx_rtd_theme==1.1.1
58-
readthedocs-sphinx-search==0.1.1
58+
sphinx-notfound-page==1.0.2
5959
6060
.. tip::
6161

requirements/docs.in

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ sphinx-design
1111
sphinx-multiproject
1212

1313
# RTD deps :)
14-
readthedocs-sphinx-search
1514
sphinx-hoverxref
1615
sphinx-notfound-page
1716

requirements/docs.txt

-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ python-dateutil==2.9.0.post0
9090
# via matplotlib
9191
pyyaml==6.0.1
9292
# via myst-parser
93-
readthedocs-sphinx-search==0.3.2
94-
# via -r requirements/docs.in
9593
requests==2.32.3
9694
# via sphinx
9795
six==1.16.0

0 commit comments

Comments
 (0)