From 6ed9b06e072888d1e7bd60106f17371a89b668a4 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 20 Jan 2014 12:29:55 -0700 Subject: [PATCH] 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 (github: tianon) --- docs/Dockerfile | 4 ++-- docs/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index ae0fa85e0d..0d703c8c84 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -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 diff --git a/docs/requirements.txt b/docs/requirements.txt index 095f7600cd..6f41142a84 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -Sphinx==1.1.3 -sphinxcontrib-httpdomain==1.1.9 +Sphinx==1.2.1 +sphinxcontrib-httpdomain==1.2.0