Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
shell: bash -l {0}
run: |
pip install numpy cython setuptools scikit-build cmake sphinx sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput
pip install numpy cython setuptools scikit-build cmake sphinx sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics
- name: Checkout repo
uses: actions/checkout@v3
with:
Expand Down
4 changes: 4 additions & 0 deletions docs/conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,12 @@ extensions = [
"sphinx.ext.todo",
"sphinx.ext.viewcode",
"sphinxcontrib.programoutput",
"sphinxcontrib.googleanalytics",
]

googleanalytics_id = 'G-7TCKS5BHYE'
googleanalytics_enabled = True

todo_include_todos = True
use_doxyrest = "@DPCTL_ENABLE_DOXYREST@"

Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ cython
setuptools
sphinx
sphinx_rtd_theme
sphinxcontrib-googleanalytics
pydot
graphviz