Martin L Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/80313?usp=email )
(
3 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: util/docker/: Drop recommonmark pip module ......................................................................
util/docker/: Drop recommonmark pip module
The documentation is now built using MyST Parser, so Recommonmark can be dropped.
Change-Id: I7f6810c9429573c0c51d3d72b36e9fc2ae2185f5 Signed-off-by: Nicholas Chin nic.c3.14@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/80313 Reviewed-by: Martin L Roth gaumless@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M util/docker/coreboot-jenkins-node/Dockerfile M util/docker/doc.coreboot.org/Dockerfile 2 files changed, 0 insertions(+), 2 deletions(-)
Approvals: Martin L Roth: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/util/docker/coreboot-jenkins-node/Dockerfile b/util/docker/coreboot-jenkins-node/Dockerfile index d1a5de9..51a4b27 100644 --- a/util/docker/coreboot-jenkins-node/Dockerfile +++ b/util/docker/coreboot-jenkins-node/Dockerfile @@ -78,7 +78,6 @@ pip3 install --no-cache-dir \ setuptools==58.2.0 \ jinja2==3.1.3 \ - recommonmark===0.7.1 \ myst-parser===2.0.0 \ sphinx===7.2.6 \ sphinxcontrib-ditaa===1.0.2 \ diff --git a/util/docker/doc.coreboot.org/Dockerfile b/util/docker/doc.coreboot.org/Dockerfile index d0c32c9..3f28c83 100644 --- a/util/docker/doc.coreboot.org/Dockerfile +++ b/util/docker/doc.coreboot.org/Dockerfile @@ -14,7 +14,6 @@ pip3 install --upgrade --no-cache-dir pip && \ pip3 install --no-cache-dir \ jinja2==3.1.3 \ - recommonmark===0.7.1 \ myst-parser==2.0.0 \ sphinx===7.2.6 \ sphinxcontrib-ditaa===1.0.2 \