Sign inSign up

hhoechtl/doctools-sphinx

By hhoechtl

Updated over 10 years ago

Build sphinx documentations inside a small alpine based container

Image
0

945

hhoechtl/doctools-sphinx repository overview

Build sphinx documentations with docker

This is a very small image built on alpine linux containing only sphinx so you can build your documentations.

Instructions

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.

Tag summary

Content type

Image

Digest

Size

23.6 MB

Last updated

over 10 years ago

docker pull hhoechtl/doctools-sphinx