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 6767 channels : intel, conda-forge
6868
6969 - 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
7173
7274 - name : Install dpnp dependencies
7375 run : |
Original file line number Diff line number Diff line change 2727# -- Project information -----------------------------------------------------
2828
2929project = 'dpnp'
30- copyright = '2020-2022 , Intel'
30+ copyright = '2020-2023 , Intel Corporation '
3131author = 'Intel'
3232
3333# The short X.Y version
5454 'sphinx.ext.napoleon' ,
5555 'sphinx.ext.autodoc' ,
5656 'sphinx.ext.autosummary' ,
57+ 'sphinxcontrib.googleanalytics' ,
5758]
5859
60+ googleanalytics_id = 'G-554F8VNE28'
61+ googleanalytics_enabled = True
62+
5963# Add any paths that contain templates here, relative to this directory.
6064templates_path = ['_templates' ]
6165
You can’t perform that action at this time.
0 commit comments