mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Revert to default search, it's enough for now
This commit is contained in:
parent
99c0b949f7
commit
f29f843803
3 changed files with 31 additions and 17 deletions
|
|
@ -9,8 +9,6 @@ import sys
|
|||
from os.path import sep
|
||||
from recommonmark.transform import AutoStructify
|
||||
from sphinx.util.osutil import cd
|
||||
# custom search
|
||||
from docs import search
|
||||
|
||||
|
||||
_no_autodoc = os.environ.get("NOAUTODOC")
|
||||
|
|
@ -171,5 +169,7 @@ def setup(app):
|
|||
}, True)
|
||||
app.add_transform(AutoStructify)
|
||||
|
||||
# custom lunr-based search
|
||||
# from docs import search
|
||||
# custom search
|
||||
search.setup(app)
|
||||
# search.setup(app)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue