Skip to content

Docs: remove our Sphinx search extension #11469

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user/guides/reproducible-builds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ A configuration file with explicit dependencies looks like this:
# Defining the exact version will make sure things don't break
sphinx==5.3.0
sphinx_rtd_theme==1.1.1
readthedocs-sphinx-search==0.1.1
sphinx-notfound-page==1.0.2

.. tip::

Expand Down
1 change: 0 additions & 1 deletion requirements/docs.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ sphinx-design
sphinx-multiproject

# RTD deps :)
readthedocs-sphinx-search
sphinx-hoverxref
sphinx-notfound-page

Expand Down
2 changes: 0 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ python-dateutil==2.9.0.post0
# via matplotlib
pyyaml==6.0.1
# via myst-parser
readthedocs-sphinx-search==0.3.2
# via -r requirements/docs.in
requests==2.32.3
# via sphinx
six==1.16.0
Expand Down