Test to add custom searchbox.html
This commit is contained in:
parent
77303e677a
commit
c93a91fa5c
3 changed files with 27 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue