mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Use evennia-custom fork of sphinxlunr search engine
This commit is contained in:
parent
011d8be547
commit
15c55aecce
2 changed files with 6 additions and 1 deletions
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
sphinx==2.4.4
|
||||
sphinx-multiversion==0.1.1
|
||||
sphinxontrib-lunrsearch==0.3
|
||||
|
||||
# recommonmark custom branch with evennia-specific fixes
|
||||
git+https://github.com/evennia/recommonmark.git@evennia-mods#egg=recommonmark
|
||||
|
||||
# sphinxcontrib-lunrsearch custom branch with evennia-specific fixes
|
||||
git+https://github.com/evennia/sphinxcontrib-lunrsearch.git@evennia-mods#egg=sphinxcontrib-lunrsearch
|
||||
|
|
|
|||
|
|
@ -170,3 +170,6 @@ def setup(app):
|
|||
'auto_toc_tree_section': auto_toc_sections,
|
||||
}, True)
|
||||
app.add_transform(AutoStructify)
|
||||
|
||||
from sphinxcontrib import lunrsearch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue