Revert to default search, it's enough for now

This commit is contained in:
Griatch 2020-05-23 16:19:06 +02:00
parent 99c0b949f7
commit f29f843803
3 changed files with 31 additions and 17 deletions

View file

@ -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)