Skip to content

Commit

Permalink
pin docutils
Browse files Browse the repository at this point in the history
  • Loading branch information
Lily Wang committed Jul 15, 2023
1 parent 355bcaa commit 27c014b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
with:
micromamba: true
full-deps: true
extra-pip-deps: "sphinx<7.0 sphinx-sitemap sphinx_rtd_theme msmb_theme==1.2.0 sphinxcontrib-bibtex pybtex pybtex-docutils"
extra-pip-deps: "'docutils<0.18' 'sphinx<7.0' sphinx-sitemap sphinx_rtd_theme msmb_theme==1.2.0 sphinxcontrib-bibtex pybtex pybtex-docutils"

- name: build_srcs
uses: ./.github/actions/build-src
Expand Down
1 change: 1 addition & 0 deletions maintainer/conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- chemfiles>=0.10
- codecov
- cython
- docutils <0.18
- fasteners
- griddataformats
- gsd
Expand Down

0 comments on commit 27c014b

Please sign in to comment.