mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 06:07:08 +00:00
Add Google Analytics tag (#52)
This commit is contained in:
@@ -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/"
|
||||||
|
Reference in New Issue
Block a user