File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8181
8282 - name : Install Dependencies
8383 run : |
84- pip install sphinx==3.5.1 sphinx_rtd_theme==0.5.1 sphinx-multiversion==0.2.4 docutils==0.16
84+ pip install sphinx==3.5.1 sphinx_rtd_theme==0.5.1 sphinx-multiversion==0.2.4 docutils==0.16 jinja2<3.1
8585
8686 - name : Build Sphinx Docs
8787 run : |
Original file line number Diff line number Diff line change 3737 # Low risk trade-off with mismatching dependencies in `conda/zstash_dev.yml`
3838 - name : Install Dependencies
3939 run : |
40- pip install sphinx==3.5.1 sphinx_rtd_theme==0.5.1 sphinx-multiversion==0.2.4 docutils==0.16
40+ pip install sphinx==3.5.1 sphinx_rtd_theme==0.5.1 sphinx-multiversion==0.2.4 docutils==0.16 jinja2<3.1
4141
4242 - name : Build Sphinx Docs
4343 run : |
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ dependencies:
2121 # Documentation
2222 # =================
2323 # If versions are updated, also update in `.github/workflows/workflow.yml`
24+ - jinja2<3.1
2425 - sphinx=3.5.1
2526 - sphinx_rtd_theme=0.5.1
2627 # Need to pin docutils because 0.17 has a bug with unordered lists
You can’t perform that action at this time.
0 commit comments