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