We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519322b commit 4fdcf23Copy full SHA for 4fdcf23
2 files changed
.github/workflows/check-docs.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
sudo apt install pandoc
20
python -m pip install --upgrade pip
21
- pip install sphinx numpydoc nbsphinx sphinx_gallery sphinx_rtd_theme ipython
+ pip install jinja2==3.0.3 sphinx numpydoc nbsphinx sphinx_gallery sphinx_rtd_theme ipython
22
- name: Install adapt dependencies
23
24
.github/workflows/publish-doc-to-remote.yml
0 commit comments