Skip to content

Commit a5671b7

Browse files
authored
Adding Google Analytics (#89)
1 parent a576aae commit a5671b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

conf.py

+5
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,11 @@
239239
extra_footer="<em>The National Center for Atmospheric Research is sponsored by the National Science Foundation. Any opinions, findings and conclusions or recommendations expressed in this material do not necessarily reflect the views of the National Science Foundation.</em>",
240240
)
241241

242+
# Add analytics
243+
html_theme_options["analytics"] = {
244+
"google_analytics_id": "G-EQMBXF1D2V",
245+
}
246+
242247
# Add any paths that contain custom themes here, relative to this directory.
243248
# html_theme_path = []
244249

0 commit comments

Comments
 (0)