mirror of
https://github.com/sogis/docker-sphinx.git
synced 2026-08-26 00:24:22 +00:00
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%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
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.