diff options
| author | Théo Zimmermann | 2020-03-19 21:16:52 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-03-19 21:16:52 +0100 |
| commit | 9f680f776140c8b3b8f79013262d5bd73761d571 (patch) | |
| tree | defb9fa4a196a2bf187f90f1060a6ad08534df2f /dev/ci/docker/bionic_coq/Dockerfile | |
| parent | 1785602187980fb618ece3b5b1903e86b4a9e0ec (diff) | |
| parent | 9280fdd8f1eb05f4823e0436b629c8ec4716f326 (diff) | |
Merge PR #11862: Fix deprecation warning in sphinx and remove workaround for fixed bug
Reviewed-by: Zimmi48
Diffstat (limited to 'dev/ci/docker/bionic_coq/Dockerfile')
| -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. |
