readthedocs sphinx search
1.0.0
تحذير
تم إهمال هذا الامتداد ولا ينبغي استخدامه. اقرأ المزيد عن هذا الإهمال في رقم 144.
readthedocs-sphinx-search
هو امتداد Sphinx لتمكين البحث أثناء الكتابة عن المستندات المستضافة على Read the Docs. جربه على 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' ,
]