You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2018/01/17 18:22:09 UTC

[couchdb-docker] branch better-faster-dev-builds updated: Install newer RTD theme from pip

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

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


The following commit(s) were added to refs/heads/better-faster-dev-builds by this push:
     new c6ec4b4  Install newer RTD theme from pip
c6ec4b4 is described below

commit c6ec4b4ae6b523bb1f373d9794714437fcef17a7
Author: Adam Kocoloski <ko...@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
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].