From: Vladimír Vondruš Date: Sun, 2 Jan 2022 19:51:26 +0000 (+0100) Subject: package/ci: haaaaaaaaaaaahhhh docutils also. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=9d848dbf74427bae067aaca283f44569f6e1a638;p=blog.git package/ci: haaaaaaaaaaaahhhh docutils also. Just half a day and I already miss the stability of C++ development. FFS. --- diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index f2a75edc..7645ba12 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -65,8 +65,10 @@ commands: # so the current regex no longer works. I have to update it. # Pygments 2.11 (and apparently 2.10 as well) treats certain whitespace # differently, I have to update the expected output first. + # Docutils 0.18 drops some attribute that htmlsanity relies on, I need + # to update the code first. command: | - pip install jinja2 pygments==2.9.0 pelican Pyphen==0.9.5 Pillow coverage codecov qrcode==6.1 matplotlib<< parameters.matplotlib-version >> << parameters.extra >> + pip install jinja2 docutils==0.17.1 pygments==2.9.0 pelican Pyphen==0.9.5 Pillow coverage codecov qrcode==6.1 matplotlib<< parameters.matplotlib-version >> << parameters.extra >> - run: name: Fix unheard-of cursed issues # otherwise i get Error: unsupported locale setting