Skip to content

Commit

Permalink
Fix publish-docs quote bug (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 authored Apr 5, 2022
1 parent 6da3fdc commit 66d74cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install Dependencies
run: |
pip install sphinx==3.5.1 sphinx_rtd_theme==0.5.1 sphinx-multiversion==0.2.4 docutils==0.16 jinja2<3.1
pip install sphinx==3.5.1 sphinx_rtd_theme==0.5.1 sphinx-multiversion==0.2.4 docutils==0.16 "jinja2<3.1"
- name: Build Sphinx Docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Low risk trade-off with mismatching dependencies in `conda/zstash_dev.yml`
- name: Install Dependencies
run: |
pip install sphinx==3.5.1 sphinx_rtd_theme==0.5.1 sphinx-multiversion==0.2.4 docutils==0.16 jinja2<3.1
pip install sphinx==3.5.1 sphinx_rtd_theme==0.5.1 sphinx-multiversion==0.2.4 docutils==0.16 "jinja2<3.1"
- name: Build Sphinx Docs
run: |
Expand Down

0 comments on commit 66d74cd

Please sign in to comment.