From cb7a56b7d4c64f4c103c573aa3692ba379a0542d Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Thu, 15 Jan 2026 17:28:06 +1000 Subject: [PATCH] Hopefully this fixes the api indexing --- docs/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index c72ef964..db3db8ba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -297,6 +297,11 @@ def __getattr__(self, name): # -- Options for HTML output ------------------------------------------------- +# Meta +html_meta = { + "google-site-verification": "jrFbkSQGBUPSYP5LERld7DDSm1UtbMY9O5o3CdzHJzU", +} + # Logo html_logo = str(Path("_static") / "logo_square.png")