We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42795cd commit cac2425Copy full SHA for cac2425
.github/workflows/docs.yaml
@@ -13,6 +13,9 @@ jobs:
13
- uses: actions/setup-python@v5
14
with:
15
python-version: 3.12
16
+ - name: init submodule
17
+ run:
18
+ git submodule update --init --recursive
19
- name: Install dependencies
20
run: |
21
pip install sphinx sphinx_rtd_theme myst_parser sphinxcontrib-bibtex sphinx-gallery matplotlib
0 commit comments