Dockerfile to create a docker image with the following environment:
- Sphinx
- *diag series
- LuaLaTeX
For the configuration of conf.py
for LuaLaTeX, please find an example in example/source/conf.py
.
$ cd example
$ docker run -v $PWD:/workdir -t ymotongpoo/sphinx-lualatex:buster-slim-2.2.0 make latexpdf
- Yoshimura Yuu (@y-yu)