Skip to content

Commit 5c1b2c3

Browse files
author
Diptorup Deb
authored
Merge pull request #937 from IntelPython/google_analytics
Enable Google Analytics
2 parents 3c4afda + cd4f655 commit 5c1b2c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# -- Project information -----------------------------------------------------
2222

2323
project = "numba-dpex"
24-
copyright = "2021,2022 Intel"
24+
copyright = "2021-2023 Intel Corporation"
2525
author = "Intel"
2626

2727
# The full version, including alpha/beta/rc tags
@@ -40,8 +40,12 @@
4040
"sphinx.ext.todo",
4141
"sphinx.ext.intersphinx",
4242
"sphinxcontrib.apidoc",
43+
"sphinxcontrib.googleanalytics",
4344
]
4445

46+
googleanalytics_id = "G-LGGL0NJK6P"
47+
googleanalytics_enabled = True
48+
4549
todo_include_todos = True
4650

4751
source_parsers = {".md": "recommonmark.parser.CommonMarkParser"}

environment/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies:
3131
- recommonmark
3232
- sphinx-rtd-theme
3333
- sphinxcontrib-apidoc
34+
- sphinxcontrib-googleanalytics
3435
variables:
3536
CHANNELS: -c defaults -c numba -c intel -c numba/label/dev -c dppy/label/dev --override-channels
3637
CHANNELS_DEV: -c dppy/label/dev -c defaults -c numba -c intel -c numba/label/dev --override-channels

0 commit comments

Comments
 (0)