diff --git a/components/engine/docs/Dockerfile b/components/engine/docs/Dockerfile index ae0fa85e0d..0d703c8c84 100644 --- a/components/engine/docs/Dockerfile +++ b/components/engine/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/components/engine/docs/requirements.txt b/components/engine/docs/requirements.txt index 095f7600cd..6f41142a84 100644 --- a/components/engine/docs/requirements.txt +++ b/components/engine/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