From 27c014b58951a5709b4b3a8228498cea6ff4e649 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Sat, 15 Jul 2023 13:49:52 +1000 Subject: [PATCH] pin docutils --- .github/workflows/gh-ci.yaml | 2 +- maintainer/conda/environment.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index e560f910fcf..e1b3137ce87 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -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 diff --git a/maintainer/conda/environment.yml b/maintainer/conda/environment.yml index f33262a89b0..f01499f4cfe 100644 --- a/maintainer/conda/environment.yml +++ b/maintainer/conda/environment.yml @@ -6,6 +6,7 @@ dependencies: - chemfiles>=0.10 - codecov - cython + - docutils <0.18 - fasteners - griddataformats - gsd