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 4949 if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
5050 shell : bash -l {0}
5151 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
5353 - name : Checkout repo
5454 uses : actions/checkout@v3
5555 with :
Original file line number Diff line number Diff line change @@ -61,8 +61,12 @@ extensions = [
6161 "sphinx.ext.todo",
6262 "sphinx.ext.viewcode",
6363 "sphinxcontrib.programoutput",
64+ "sphinxcontrib.googleanalytics",
6465]
6566
67+ googleanalytics_id = 'G-7TCKS5BHYE'
68+ googleanalytics_enabled = True
69+
6670todo_include_todos = True
6771use_doxyrest = "@DPCTL_ENABLE_DOXYREST@"
6872
Original file line number Diff line number Diff line change 33setuptools
44sphinx
55sphinx_rtd_theme
6+ sphinxcontrib-googleanalytics
67pydot
78graphviz
You can’t perform that action at this time.
0 commit comments