[coreboot-gerrit] Change in coreboot[master]: util/docker/doc.coreboot.org/Dockerfile: Downgrade Sphinx and RTD theme

Tom Hiller (Code Review) gerrit at coreboot.org
Mon Sep 10 05:02:38 CEST 2018


Tom Hiller has uploaded this change for review. ( https://review.coreboot.org/28545


Change subject: util/docker/doc.coreboot.org/Dockerfile: Downgrade Sphinx and RTD theme
......................................................................

util/docker/doc.coreboot.org/Dockerfile: Downgrade Sphinx and RTD theme

Downgrade Sphinx version to prevent need to disable auto_doc_ref.

Replaces https://review.coreboot.org/c/coreboot/+/27722 and
https://review.coreboot.org/c/coreboot/+/28427

Change-Id: Ib2bffb917bd40de9505e316bab9759890a0a745b
Signed-off-by: Tom Hiller <thrilleratplay at gmail.com>
---
M util/docker/doc.coreboot.org/Dockerfile
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/28545/1

diff --git a/util/docker/doc.coreboot.org/Dockerfile b/util/docker/doc.coreboot.org/Dockerfile
index 8de0d46..1c851b2 100644
--- a/util/docker/doc.coreboot.org/Dockerfile
+++ b/util/docker/doc.coreboot.org/Dockerfile
@@ -5,8 +5,8 @@
 RUN apk add --no-cache python3 make bash git \
  && pip3 install --upgrade --no-cache-dir pip \
  && pip3 install --no-cache-dir  \
-    sphinx===1.7.7 \
-    sphinx_rtd_theme===0.4.1 \
+    sphinx===1.4.9 \
+    sphinx_rtd_theme===0.1.9 \
     recommonmark===0.4.0 \
     sphinx_autobuild===0.7.1 \
  && chmod 755 /makeSphinx.sh

-- 
To view, visit https://review.coreboot.org/28545
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib2bffb917bd40de9505e316bab9759890a0a745b
Gerrit-Change-Number: 28545
Gerrit-PatchSet: 1
Gerrit-Owner: Tom Hiller <thrilleratplay at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180910/9cb302a8/attachment.html>


More information about the coreboot-gerrit mailing list