We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f882b8 commit a5082a2Copy full SHA for a5082a2
docs/conf.py
@@ -297,6 +297,11 @@ def __getattr__(self, name):
297
298
# -- Options for HTML output -------------------------------------------------
299
300
+# Meta
301
+html_meta = {
302
+ "google-site-verification": "jrFbkSQGBUPSYP5LERld7DDSm1UtbMY9O5o3CdzHJzU",
303
+}
304
+
305
# Logo
306
html_logo = str(Path("_static") / "logo_square.png")
307
0 commit comments