We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c21b7c commit 55e4d20Copy full SHA for 55e4d20
src/sphinx_sqlite3fts/events.py
@@ -18,7 +18,7 @@ def _disable_search(app: Sphinx):
18
app.builder.search = False
19
20
def _generate_search_html(app: Sphinx):
21
- (Path(app.builder.outdir) / "searchindex.js").touch()
+ (Path(app.builder.outdir) / "searchindex.js").write_text("")
22
app.builder.globalcontext.update(
23
{
24
"search_language_stop_words": "[]",
0 commit comments