Skip to content

Commit 66d74cd

Browse files
authored
Fix publish-docs quote bug (#208)
1 parent 6da3fdc commit 66d74cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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 jinja2<3.1
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 jinja2<3.1
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: |

0 commit comments

Comments
 (0)