Skip to content

Commit

Permalink
Fix publish-docs (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 authored Apr 4, 2022
1 parent 3c75ea5 commit 6da3fdc
Show file tree
Hide file tree
Showing 3 changed files with 3 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
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
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
1 change: 1 addition & 0 deletions conda/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
# Documentation
# =================
# If versions are updated, also update in `.github/workflows/workflow.yml`
- jinja2<3.1
- sphinx=3.5.1
- sphinx_rtd_theme=0.5.1
# Need to pin docutils because 0.17 has a bug with unordered lists
Expand Down

0 comments on commit 6da3fdc

Please sign in to comment.