diff options
| author | Clément Pit-Claudel | 2019-05-20 17:32:59 -0400 |
|---|---|---|
| committer | Clément Pit-Claudel | 2020-03-19 13:51:06 -0400 |
| commit | 9492db6eeab7c8d29d7f4374fdbafe659149b231 (patch) | |
| tree | aa529bb7780895e3b1722ccd21a7396f02bbf151 /dev/ci/docker/bionic_coq | |
| parent | 918e301faa228190f885f860510f4b6c352620f5 (diff) | |
[refman] Remove workaround for sphinx-doc/sphinx#4983
Diffstat (limited to 'dev/ci/docker/bionic_coq')
| -rw-r--r-- | dev/ci/docker/bionic_coq/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/docker/bionic_coq/Dockerfile b/dev/ci/docker/bionic_coq/Dockerfile index 4e229bb777..e14f634073 100644 --- a/dev/ci/docker/bionic_coq/Dockerfile +++ b/dev/ci/docker/bionic_coq/Dockerfile @@ -1,4 +1,4 @@ -# CACHEKEY: "bionic_coq-V2019-03-18-V93" +# CACHEKEY: "bionic_coq-V2020-03-19-V93" # ^^ Update when modifying this file. FROM ubuntu:bionic @@ -18,7 +18,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -y -qq \ texlive-science tipa # More dependencies of the sphinx doc -RUN pip3 install sphinx==1.7.8 sphinx_rtd_theme==0.2.5b2 \ +RUN pip3 install sphinx==1.8.0 sphinx_rtd_theme==0.2.5b2 \ antlr4-python3-runtime==4.7.1 sphinxcontrib-bibtex==0.4.0 # We need to install OPAM 2.0 manually for now. |
