Build sphinx documentations inside a small alpine based container
945
This is a very small image built on alpine linux containing only sphinx so you can build your documentations.
Go to the directory where your sphinx Makefile is located and instead of installing sphinx and running the build locally, you just prefix the command with docker:
docker run -v $(pwd):/documents hhoechtl/doctools-sphinx make html
This command mounts the current directory into the container's /documents directory and executes sphinx building inside it.
Content type
Image
Digest
Size
23.6 MB
Last updated
over 10 years ago
docker pull hhoechtl/doctools-sphinx