Skip to content

Commit 4fdcf23

Browse files
Fix version of jinja2 because of bug with nbconvert
1 parent 519322b commit 4fdcf23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
sudo apt install pandoc
2020
python -m pip install --upgrade pip
21-
pip install sphinx numpydoc nbsphinx sphinx_gallery sphinx_rtd_theme ipython
21+
pip install jinja2==3.0.3 sphinx numpydoc nbsphinx sphinx_gallery sphinx_rtd_theme ipython
2222
- name: Install adapt dependencies
2323
run: |
2424
python -m pip install --upgrade pip

.github/workflows/publish-doc-to-remote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
sudo apt install pandoc
2020
python -m pip install --upgrade pip
21-
pip install sphinx numpydoc nbsphinx sphinx_gallery sphinx_rtd_theme ipython
21+
pip install jinja2==3.0.3 sphinx numpydoc nbsphinx sphinx_gallery sphinx_rtd_theme ipython
2222
- name: Install adapt dependencies
2323
run: |
2424
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)