🆕 docker-sphinx

This commit is contained in:
Tetsuo Koyama 2020-02-24 16:04:53 +09:00
parent e3fa132f2b
commit e20430aee1

View File

@ -219,11 +219,10 @@ You can build PDF document::
$ docker run --rm -v /path/to/document:/docs sphinxdoc/sphinx-latexpdf make latexpdf $ docker run --rm -v /path/to/document:/docs sphinxdoc/sphinx-latexpdf make latexpdf
.. note:: If you would like to install dependencies, use sphinxdoc/sphinx as a base image
If you would like to install dependencies, use sphinxdoc/sphinx as a base image::
.. code-block:: docker .. code-block:: docker
# in your Dockerfile # in your Dockerfile
FROM sphinxdoc/sphinx FROM sphinxdoc/sphinx