Commit 6d7b9c8c authored by Philippe Mathieu-Daudé's avatar Philippe Mathieu-Daudé Committed by Alex Bennée
Browse files

tests/docker: Install Sphinx in the Ubuntu images



Since commit 5f71eac0 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: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190711120609.12773-1-philmd@redhat.com>
Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarStefano Garzarella <sgarzare@redhat.com>
parent 3c237b5c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ ENV PACKAGES flex bison \
    libxen-dev \
    make \
    python-yaml \
    python3-sphinx \
    sparse \
    texinfo \
    xfslibs-dev
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ ENV PACKAGES flex bison \
    libxen-dev \
    make \
    python-yaml \
    python3-sphinx \
    sparse \
    texinfo \
    xfslibs-dev