aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/docker
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-04-18 14:14:16 +0000
committerGitHub2021-04-18 14:14:16 +0000
commitd230b696a8b476e1c86f00a3ca5631ab6db83e40 (patch)
treed34f513367c6aafce2078cf11391e0b6aad5dcee /dev/ci/docker
parent469e594d276b55c3419b5c56d110adf675f571dc (diff)
parent80a1f386030df5ac6e03a834bc2802c4235c04fb (diff)
Merge PR #14127: Pin docutils to 0.16.
Reviewed-by: ejgallego
Diffstat (limited to 'dev/ci/docker')
-rw-r--r--dev/ci/docker/bionic_coq/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/docker/bionic_coq/Dockerfile b/dev/ci/docker/bionic_coq/Dockerfile
index b90457add7..00729cd168 100644
--- a/dev/ci/docker/bionic_coq/Dockerfile
+++ b/dev/ci/docker/bionic_coq/Dockerfile
@@ -24,7 +24,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -y -qq \
texlive-science tipa
# More dependencies of the sphinx doc, pytest for coqtail
-RUN pip3 install sphinx==2.3.1 sphinx_rtd_theme==0.4.3 \
+RUN pip3 install docutils==0.16 sphinx==2.3.1 sphinx_rtd_theme==0.4.3 \
antlr4-python3-runtime==4.7.1 sphinxcontrib-bibtex==0.4.2 \
pytest==5.4.3