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' ,
]