tests/docker: Install Sphinx in the Debian images
Since commit 5f71eac06e
the Sphinx tool is required
to build the rST documentation.
This fixes:
$ ./configure --enable-docs
ERROR: User requested feature docs
configure was not able to find it.
Install texinfo, Perl/perl-podlators and python-sphinx
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190715174817.18981-3-philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
7887289441
commit
8d16a31028
@ -27,5 +27,6 @@ RUN DEBIAN_FRONTEND=noninteractive eatmydata \
|
||||
pkg-config \
|
||||
psmisc \
|
||||
python \
|
||||
python3-sphinx \
|
||||
texinfo \
|
||||
$(apt-get -s build-dep qemu | egrep ^Inst | fgrep '[all]' | cut -d\ -f2)
|
||||
|
@ -27,5 +27,6 @@ RUN DEBIAN_FRONTEND=noninteractive eatmydata \
|
||||
pkg-config \
|
||||
psmisc \
|
||||
python \
|
||||
python3-sphinx \
|
||||
texinfo \
|
||||
$(apt-get -s build-dep qemu | egrep ^Inst | fgrep '[all]' | cut -d\ -f2)
|
||||
|
Loading…
Reference in New Issue
Block a user