Extends the official Sphinx images for ReadThedocs and some other Sphinx extensions.
5.8K
Dockerfile for Sphinx including following extensions:
sphinx_rtd_themesphinx_copybuttonsphinxemojiThe image is available on DockerHub: https://hub.docker.com/repository/docker/bwibo/sphinx-rtd
Mount your local docs folder to /docs inside the container and append the command you want to use.
More info on the available commands is available in the documentation of the base image:
https://hub.docker.com/r/sphinxdoc/sphinx
# Build HTML docs
docker run --rm \
-v $PWD:/docs \
bwibo/sphinx-rtd make html
Run build.sh to build the image or:
DOCKER_BUILDKIT=1 \
docker build -t bwibo/sphinx-rtd --build-arg BASEIMAGE_TAG=4.1.1 .
Content type
Image
Digest
sha256:5ee60957b…
Size
170.5 MB
Last updated
over 2 years ago
docker pull bwibo/sphinx-rtd:7.2.6