Use evennia-custom fork of sphinxlunr search engine
This commit is contained in:
parent
1e56967a7c
commit
13c54fc94c
2 changed files with 6 additions and 1 deletions
|
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
sphinx==2.4.4
|
sphinx==2.4.4
|
||||||
sphinx-multiversion==0.1.1
|
sphinx-multiversion==0.1.1
|
||||||
sphinxontrib-lunrsearch==0.3
|
|
||||||
|
|
||||||
# recommonmark custom branch with evennia-specific fixes
|
# recommonmark custom branch with evennia-specific fixes
|
||||||
git+https://github.com/evennia/recommonmark.git@evennia-mods#egg=recommonmark
|
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,
|
'auto_toc_tree_section': auto_toc_sections,
|
||||||
}, True)
|
}, True)
|
||||||
app.add_transform(AutoStructify)
|
app.add_transform(AutoStructify)
|
||||||
|
|
||||||
|
from sphinxcontrib import lunrsearch
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue