Skip to content

Commit

Permalink
adding g tag
Browse files Browse the repository at this point in the history
  • Loading branch information
reginald-mclean committed Apr 14, 2024
1 parent 2913156 commit df7ac5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# -- Project information -----------------------------------------------------
import os

import metaworld
# import metaworld

# from typing import Any, Dict

Expand Down Expand Up @@ -55,7 +55,7 @@
exclude_patterns = []

# Napoleon settings
napoleon_use_ivar = True
# napoleon_use_ivar = True
napoleon_use_admonition_for_references = True
# See https://github.com/sphinx-doc/sphinx/issues/9119
napoleon_custom_sections = [("Returns", "params_style")]
Expand All @@ -77,7 +77,7 @@
html_theme_options = {
"light_logo": "_static/img/metaworld_black.svg",
"dark_logo": "_static/img/metaworld_white.svg",
"gtag": "",
"gtag": "G-6H9C8TWXZ8",
"description": (
"Collections of robotics environments geared towards "
"benchmarking multi-task and meta reinforcement learning"
Expand Down

0 comments on commit df7ac5f

Please sign in to comment.