Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/ci_build/Dockerfile.doc
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN wget http://downloads.lightbend.com/scala/2.11.8/scala-2.11.8.deb && \
dpkg -i scala-2.11.8.deb && rm scala-2.11.8.deb

RUN apt-get install -y doxygen libatlas-base-dev graphviz pandoc
RUN pip install sphinx CommonMark==0.5.4 breathe mock recommonmark pypandoc
RUN pip install sphinx==1.3.5 CommonMark==0.5.4 breathe mock recommonmark pypandoc