readthedocs sphinx search
1.0.0
警告
此扩展已被弃用,不应使用。有关此弃用的更多信息,请参阅 #144。
readthedocs-sphinx-search
是一个 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' ,
]