Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docker build-deps: also install the sphinx dependencies
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 23 Aug 2018 07:54:17 +0000 (09:54 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 23 Aug 2018 07:54:17 +0000 (09:54 +0200)
tools/docker/Dockerfile.build-deps

index 8a0415d..f3ebc9e 100644 (file)
@@ -12,5 +12,7 @@ RUN apt update && \
        python3-pip \
        doxygen fig2dev \
        chrpath \
-       libdw-dev libevent-dev libunwind8-dev
+       libdw-dev libevent-dev libunwind8-dev \
+       && \
+    pip3 install breathe exhale sphinx>=1.8.0b1 sphinx_rtd_theme
                   
\ No newline at end of file