tests/docker: Install Sphinx in the Fedora image
commit8109b7986a6a5ba62bd6335e10824e6b9d189efd
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 11 Jul 2019 10:27:10 +0000 (11 12:27 +0200)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 23 Jul 2019 14:53:25 +0000 (23 15:53 +0100)
tree99511240040eaf083e2d70664152820880615f17
parent6d7b9c8c064bee8ff7974c36af2f73d3ee3b9a70
tests/docker: Install Sphinx in the Fedora image

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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20190711102710.2263-1-philmd@redhat.com>
[AJB: also add /usr/libexec/python3-sphinx/ to PATH]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/docker/dockerfiles/fedora.docker