We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e022e commit 808b6c8Copy full SHA for 808b6c8
.github/workflows/documentation.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-python@v5
14
- name: Install dependencies
15
run: |
16
- pip install . sphinx myst_parser myst-nb sphinx-design pydata-sphinx-theme
+ pip install . sphinx myst_parser myst-nb sphinx-design pydata-sphinx-theme sphinxcontrib-googleanalytics
17
- name: Sphinx build
18
19
sphinx-build docs/source docs/build
0 commit comments