Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 668 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 668 Bytes

docker-sphinx

Sphinx documentation toolchain, latex dependencies and pandoc in an Ubuntu docker container.

How to Use it

docker run -it -v <your directory>:/documents/ plaindocs/docker-sphinx

Use sphinx-quickstart to create a new Sphinx project, and make to use the auto generated Makefile in an existing project. More info in the Sphinx tutorial.

The built container is available at the Docker Hub.

Inspired by docker-asciidoctor.