Sphinx documentation toolchain, latex dependencies and pandoc in an Ubuntu docker container. | Read-only mirror of https://github.com/sogis/docker-sphinx — Kanton Solothurn. Issues & pull requests at the source.
  • Dockerfile 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-08-08 17:20:52 +02:00
.gitignore add .gitignore 2017-08-08 16:14:17 +02:00
Dockerfile ubntu 16.04 -> 17.04 / add missing texlive-lang-german package 2017-08-08 17:20:52 +02:00
LICENSE Initial commit 2017-08-08 16:13:25 +02:00
README.md add Dockerfile / info in readme 2017-08-08 16:28:23 +02:00

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/ sogis/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.