Skip to content

Commit a7ed060

Browse files
Configure Analytics (#1183)
* Update conf.py to add analytics tag * Correct analytics tag * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 33e0268 commit a7ed060

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ def __getattr__(cls, name):
166166
"image_light": "_static/images/logos/uxarray_logo_h_dark.svg",
167167
"image_dark": "_static/images/logos/uxarray_logo_h_light.svg",
168168
},
169+
"analytics": {
170+
"google_analytics_id": "G-LGWCS4YKZV",
171+
},
169172
}
170173

171174

0 commit comments

Comments
 (0)