Selaa lähdekoodia

Add Google Analytics tag (#262)

Manuel Goulão 2 vuotta sitten
vanhempi
commit
af2422c2b5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/conf.py

+ 1 - 1
docs/conf.py

@@ -78,7 +78,7 @@ html_favicon = "_static/img/minigrid-white.png"
 html_theme_options = {
     "light_logo": "img/minigrid.png",
     "dark_logo": "img/minigrid-white.png",
-    "gtag": "",
+    "gtag": "G-FBXJQQLXKD",
 }
 html_context: Dict[str, Any] = {}
 html_context["conf_py_path"] = "/docs/"