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 c7481f8 commit 176a6c3Copy full SHA for 176a6c3
docs/_templates/layout.html
@@ -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
docs/conf.py
@@ -12,6 +12,7 @@
12
author = "Algolia"
13
copyright = f"{author}."
14
html_title = "Algolia DocSearch for Sphinx"
15
+templates_path = ["_templates"]
16
17
# General configuration
18
extensions = ["sphinx_docsearch", "myst_parser"]
0 commit comments