Skip to content

Commit 6da3fdc

Browse files
authored
Fix publish-docs (#207)
1 parent 3c75ea5 commit 6da3fdc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
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: |

.github/workflows/release_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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: |

conda/dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)