tests/docker: Install Sphinx in the Ubuntu 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: <20190711120609.12773-1-philmd@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
This commit is contained in:
parent
3c237b5c65
commit
6d7b9c8c06
@ -61,6 +61,7 @@ ENV PACKAGES flex bison \
|
|||||||
libxen-dev \
|
libxen-dev \
|
||||||
make \
|
make \
|
||||||
python-yaml \
|
python-yaml \
|
||||||
|
python3-sphinx \
|
||||||
sparse \
|
sparse \
|
||||||
texinfo \
|
texinfo \
|
||||||
xfslibs-dev
|
xfslibs-dev
|
||||||
|
@ -48,6 +48,7 @@ ENV PACKAGES flex bison \
|
|||||||
libxen-dev \
|
libxen-dev \
|
||||||
make \
|
make \
|
||||||
python-yaml \
|
python-yaml \
|
||||||
|
python3-sphinx \
|
||||||
sparse \
|
sparse \
|
||||||
texinfo \
|
texinfo \
|
||||||
xfslibs-dev
|
xfslibs-dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user