Sign inSign up

bwibo/sphinx-rtd

By bwibo

•Updated over 2 years ago

Extends the official Sphinx images for ReadThedocs and some other Sphinx extensions.

Image
0

5.8K

bwibo/sphinx-rtd repository overview

⁠Docker image for Sphinx and ReadTheDocs

Dockerfile for Sphinx⁠ including following extensions:

The image is available on DockerHub: https://hub.docker.com/repository/docker/bwibo/sphinx-rtd⁠

⁠Usage

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

⁠Build

Run build.sh to build the image or:

DOCKER_BUILDKIT=1 \
docker build -t bwibo/sphinx-rtd --build-arg BASEIMAGE_TAG=4.1.1 .

Tag summary

Content type

Image

Digest

sha256:5ee60957b…

Size

170.5 MB

Last updated

over 2 years ago

docker pull bwibo/sphinx-rtd:7.2.6