Test to add custom searchbox.html

This commit is contained in:
Griatch 2020-05-18 23:48:47 +02:00
parent 77303e677a
commit c93a91fa5c
3 changed files with 27 additions and 2 deletions

View file

@ -10,6 +10,7 @@ from os.path import sep, abspath, dirname, join as pathjoin, exists
import recommonmark
from recommonmark.transform import AutoStructify
from sphinx.util.osutil import cd
from sphinx.search import IndexBuilder
_no_autodoc = os.environ.get("NOAUTODOC")
@ -62,7 +63,7 @@ extensions = [
"sphinx.ext.napoleon",
"sphinx.ext.autosectionlabel",
"sphinx.ext.viewcode",
# "sphinxcontrib.lunrsearch",
"sphinxcontrib.lunrsearch",
]
# make sure sectionlabel references can be used as path/to/file:heading