]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: remove unused readthedocs-sphinx-search 70036/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Wed, 8 Jul 2026 09:59:30 +0000 (16:59 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Wed, 8 Jul 2026 12:31:08 +0000 (19:31 +0700)
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 <git2233+ceph@ojamo.eu>
admin/doc-read-the-docs.txt
doc/conf.py

index ed405c4e3bddcf67e9b4c38d6836e08fda51139e..bcc77ccffb0a3553f7b3a2a8b101e6a3468cd7e4 100644 (file)
@@ -1,2 +1 @@
 plantweb
-readthedocs-sphinx-search@git+https://github.com/readthedocs/readthedocs-sphinx-search@main
index 3c2e214a8aca0787009b077e8b3f7a4ae7c91bbd..9a3372b93631108433e4e53719a92172c872da09 100644 (file)
@@ -165,9 +165,6 @@ else:
         'engine': 'ditaa'
     }
 
-if build_with_rtd:
-    extensions += ['sphinx_search.extension']
-
 # sphinx.ext.todo options
 todo_include_todos = True