Skip to content

Commit

Permalink
Fix GitHub Actions (#434)
Browse files Browse the repository at this point in the history
* Fix GitHub Actions

* Revert sphinx-multiversion handling
  • Loading branch information
forsyth2 authored Jun 16, 2023
1 parent 2304054 commit 269eef9
Show file tree
Hide file tree
Showing 2 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 @@ -64,7 +64,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: zppy_dev
miniforge-variant: Mambaforge
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
mamba-version: "*"
Expand Down
3 changes: 2 additions & 1 deletion conda/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ dependencies:
# =================
- sphinx=5.2.3
- sphinx_rtd_theme=1.0.0
- sphinx-multiversion==0.2.4
# Need to pin docutils because 0.17 has a bug with unordered lists
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
- docutils=0.16
- pip:
- sphinx-multiversion==0.2.4
prefix: /opt/miniconda3/envs/zppy_dev

0 comments on commit 269eef9

Please sign in to comment.