Skip to content

Commit a5082a2

Browse files
cvanelterenK-Mirembe-Mercy
authored andcommitted
Hopefully this fixes the api indexing (Ultraplot#471)
1 parent 3f882b8 commit a5082a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,11 @@ def __getattr__(self, name):
297297

298298
# -- Options for HTML output -------------------------------------------------
299299

300+
# Meta
301+
html_meta = {
302+
"google-site-verification": "jrFbkSQGBUPSYP5LERld7DDSm1UtbMY9O5o3CdzHJzU",
303+
}
304+
300305
# Logo
301306
html_logo = str(Path("_static") / "logo_square.png")
302307

0 commit comments

Comments
 (0)