From 77356f1f789ea916d18b9a32b588d06449564eaf Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Wed, 8 Jul 2026 16:59:30 +0700 Subject: [PATCH] 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 --- admin/doc-read-the-docs.txt | 1 - doc/conf.py | 3 --- 2 files changed, 4 deletions(-) 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 -- 2.47.3