Add Google Analytics tag (#52)

This commit is contained in:
Manuel Goulão
2022-10-13 11:51:56 +01:00
committed by GitHub
parent 2dcb8713d7
commit e68593c8f3

View File

@@ -70,7 +70,7 @@ html_favicon = "_static/img/favicon.png"
html_theme_options = { html_theme_options = {
"light_logo": "img/gymnasium_black.svg", "light_logo": "img/gymnasium_black.svg",
"dark_logo": "img/gymnasium_white.svg", "dark_logo": "img/gymnasium_white.svg",
"gtag": "", "gtag": "G-6H9C8TWXZ8",
} }
html_context: Dict[str, Any] = {} html_context: Dict[str, Any] = {}
html_context["conf_py_path"] = "/docs/" html_context["conf_py_path"] = "/docs/"