File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 49
49
if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
50
50
shell : bash -l {0}
51
51
run : |
52
- pip install numpy cython setuptools scikit-build cmake sphinx sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput
52
+ pip install numpy cython setuptools scikit-build cmake sphinx sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics
53
53
- name : Checkout repo
54
54
uses : actions/checkout@v3
55
55
with :
Original file line number Diff line number Diff line change @@ -61,8 +61,12 @@ extensions = [
61
61
"sphinx.ext.todo",
62
62
"sphinx.ext.viewcode",
63
63
"sphinxcontrib.programoutput",
64
+ "sphinxcontrib.googleanalytics",
64
65
]
65
66
67
+ googleanalytics_id = 'G-7TCKS5BHYE'
68
+ googleanalytics_enabled = True
69
+
66
70
todo_include_todos = True
67
71
use_doxyrest = "@DPCTL_ENABLE_DOXYREST@"
68
72
Original file line number Diff line number Diff line change 3
3
setuptools
4
4
sphinx
5
5
sphinx_rtd_theme
6
+ sphinxcontrib-googleanalytics
6
7
pydot
7
8
graphviz
You can’t perform that action at this time.
0 commit comments