Fix Travis build errors by bumping our python module versions to be newer
See also https://bitbucket.org/birkenfeld/sphinx/issue/1281/sphinx-113-not-build-proper-manpages Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
This commit is contained in:
parent
274863f221
commit
6ed9b06e07
2 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@ MAINTAINER Nick Stinemates
|
|||
|
||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq make python-pip python-setuptools
|
||||
# pip installs from docs/requirements.txt, but here to increase cacheability
|
||||
RUN pip install Sphinx==1.1.3
|
||||
RUN pip install sphinxcontrib-httpdomain==1.1.9
|
||||
RUN pip install Sphinx==1.2.1
|
||||
RUN pip install sphinxcontrib-httpdomain==1.2.0
|
||||
ADD . /docs
|
||||
RUN make -C /docs clean docs
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Sphinx==1.1.3
|
||||
sphinxcontrib-httpdomain==1.1.9
|
||||
Sphinx==1.2.1
|
||||
sphinxcontrib-httpdomain==1.2.0
|
||||
|
|
Loading…
Reference in a new issue