Forked/splitted from plaindocs/docker-sphinx
Sphinx documentation toolchain, latex dependencies and pandoc in an Ubuntu docker container.
- python-sphinx
- texlive
- texlive-latex-recommended
- texlive-latex-extra
- texlive-lang-european
- texlive-lang-german
- texlive-fonts-recommended
- pandoc
- build-essential
docker run -it -v <your directory>:/documents/ vgbpowertech/sphinx
on Windows docker-machine f.e.
docker run -it -v /c/Users/myusername/mySphinxDocs:/documents vgbpowertech/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.
Based on plaindocs/docker-sphinx - added texlive-latex-recommended
and texlive-lang-european