Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't install system javasphinx on our docker build-deps
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 3 Jul 2019 20:47:30 +0000 (22:47 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 8 Jul 2019 14:20:52 +0000 (16:20 +0200)
I want to test whether our embeeded version works

tools/docker/Dockerfile.build-deps

index 7552274..b453fd9 100644 (file)
@@ -15,5 +15,5 @@ RUN apt update && \
        libdw-dev libevent-dev libunwind8-dev \
        linkchecker \
        && \
-    pip3 install breathe javasphinx 'sphinx>=1.8.0b1' sphinx_rtd_theme
+    pip3 install breathe 'sphinx>=1.8.0b1' sphinx_rtd_theme
                   
\ No newline at end of file