This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch better-faster-dev-builds
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git

commit 694bae408ca65b6aaeecc560433b0b229b4c73ef
Author: Adam Kocoloski <kocol...@apache.org>
AuthorDate: Wed Jan 17 13:21:06 2018 -0500

    Install newer RTD theme from pip
    
    See #58
---
 dev/Dockerfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev/Dockerfile b/dev/Dockerfile
index 336ab80..ba3e259 100644
--- a/dev/Dockerfile
+++ b/dev/Dockerfile
@@ -78,14 +78,17 @@ RUN apt-get update -y && apt-get install -y 
--no-install-recommends \
     libmozjs185-dev \
     make \
     python \
-    python-sphinx \
-    python-sphinx-rtd-theme \
+    python-pip \
     texinfo \
     texlive-base \
     texlive-fonts-extra \
     texlive-fonts-recommended \
     texlive-latex-extra
 
+RUN pip install \
+    sphinx \
+    sphinx_rtd_theme
+
 # Node is special
 RUN set -ex; \
     curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add 
-; \

-- 
To stop receiving notification emails like this one, please contact
woh...@apache.org.

Reply via email to