Skip to content

Commit cce71f6

Browse files
authored
Added Google tokens for search and analytics (#409)
1 parent e9e2f6f commit cce71f6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

doc/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@
4747
'DESCRIPTION': description,
4848
'AUTHOR': authors,
4949
'WEBSITE_SERVER': 'https://geoviews.org',
50+
'GOOGLE_SEARCH_ID': '017396756996884923145:nekoxnd8jcz',
51+
'GOOGLE_ANALYTICS_UA': 'UA-154795830-3',
5052
'VERSION': version,
5153
'NAV': _NAV,
5254
'LINKS': _NAV,
5355
'SOCIAL': (
54-
('Gitter', '//gitter.im/pyviz/pyviz'),
56+
('Discourse', '//discourse.holoviz.org'),
5557
('Twitter', '//twitter.com/holoviz_org'),
5658
('Github', '//github.com/holoviz/geoviews'),
5759
)

0 commit comments

Comments
 (0)