Skip to content

Commit

Permalink
Use new tagmanager_id instead of analytics_id
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Aug 28, 2020
1 parent bc647ae commit 9fb7854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ docs_conf_py:
nengo_logo_color: "#ff6600"
sphinx_options:
suppress_warnings: "['image.nonlocal_uri']"
analytics_id: UA-41658423-2
tagmanager_id: GTM-KWCR2HN
doctest_setup:
- import nengo
- import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
html_theme_options = {
"nengo_logo": "nengo-dl-full-light.svg",
"nengo_logo_color": "#ff6600",
"analytics_id": "UA-41658423-2",
"tagmanager_id": "GTM-KWCR2HN",
}
html_redirects = [
("frontend.html", "user-guide.html"),
Expand Down

0 comments on commit 9fb7854

Please sign in to comment.