From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Wed, 8 Jul 2026 09:59:30 +0000 (+0700) Subject: doc: remove unused readthedocs-sphinx-search X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=77356f1f789ea916d18b9a32b588d06449564eaf;p=ceph.git doc: remove unused readthedocs-sphinx-search Remove readthedocs-sphinx-search from the RTD build environment because it seems to be unused and unsupported. RTD has archived the readthedocs-sphinx-search repo since Apr 2025. The docs website does not seem to show such function, the search box in the top-left corner requires a search to be submitted and is not live. Fixes: https://tracker.ceph.com/issues/72918 Signed-off-by: Ville Ojamo --- diff --git a/admin/doc-read-the-docs.txt b/admin/doc-read-the-docs.txt index ed405c4e3bd..bcc77ccffb0 100644 --- a/admin/doc-read-the-docs.txt +++ b/admin/doc-read-the-docs.txt @@ -1,2 +1 @@ plantweb -readthedocs-sphinx-search@git+https://github.com/readthedocs/readthedocs-sphinx-search@main diff --git a/doc/conf.py b/doc/conf.py index 3c2e214a8ac..9a3372b9363 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -165,9 +165,6 @@ else: 'engine': 'ditaa' } -if build_with_rtd: - extensions += ['sphinx_search.extension'] - # sphinx.ext.todo options todo_include_todos = True