readthedocs sphinx search
1.0.0
警告
この拡張機能は非推奨であるため、使用しないでください。この非推奨の詳細については、#144 を参照してください。
readthedocs-sphinx-search
Read the Docs でホストされているドキュメントの入力時に検索を可能にする Sphinx 拡張機能です。 https://readthedocs-sphinx-search.readthedocs.io/en/latest/?rtd_search=testing で試してみてください。
pip install readthedocs-sphinx-search
この拡張子をconf.py
ファイルに次のように追加します。
extensions = [
# ... other extensions here
'sphinx_search.extension' ,
]