File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2121# -- Project information -----------------------------------------------------
2222
2323project = "numba-dpex"
24- copyright = "2021,2022 Intel"
24+ copyright = "2021-2023 Intel Corporation "
2525author = "Intel"
2626
2727# The full version, including alpha/beta/rc tags
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+
4549todo_include_todos = True
4650
4751source_parsers = {".md" : "recommonmark.parser.CommonMarkParser" }
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ dependencies:
3131 - recommonmark
3232 - sphinx-rtd-theme
3333 - sphinxcontrib-apidoc
34+ - sphinxcontrib-googleanalytics
3435variables :
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
You can’t perform that action at this time.
0 commit comments