Skip to content

Commit 176a6c3

Browse files
committed
fix: crawler verification
1 parent c7481f8 commit 176a6c3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docs/_templates/layout.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{% extends "!layout.html" %}
2+
{% block extrahead %}
3+
<meta name="algolia-site-verification" content="86618539E6658E76" />
4+
{% endblock %}

docs/_templates/searchbox.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
author = "Algolia"
1313
copyright = f"{author}."
1414
html_title = "Algolia DocSearch for Sphinx"
15+
templates_path = ["_templates"]
1516

1617
# General configuration
1718
extensions = ["sphinx_docsearch", "myst_parser"]

0 commit comments

Comments
 (0)