File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 67
67
channels : intel, conda-forge
68
68
69
69
- name : Install sphinx dependencies
70
- run : conda install sphinx sphinx_rtd_theme
70
+ run : |
71
+ conda install sphinx sphinx_rtd_theme
72
+ pip install sphinxcontrib-googleanalytics
71
73
72
74
- name : Install dpnp dependencies
73
75
run : |
Original file line number Diff line number Diff line change 27
27
# -- Project information -----------------------------------------------------
28
28
29
29
project = 'dpnp'
30
- copyright = '2020-2022 , Intel'
30
+ copyright = '2020-2023 , Intel Corporation '
31
31
author = 'Intel'
32
32
33
33
# The short X.Y version
54
54
'sphinx.ext.napoleon' ,
55
55
'sphinx.ext.autodoc' ,
56
56
'sphinx.ext.autosummary' ,
57
+ 'sphinxcontrib.googleanalytics' ,
57
58
]
58
59
60
+ googleanalytics_id = 'G-554F8VNE28'
61
+ googleanalytics_enabled = True
62
+
59
63
# Add any paths that contain templates here, relative to this directory.
60
64
templates_path = ['_templates' ]
61
65
You can’t perform that action at this time.
0 commit comments