From e20430aee15ee7497ac94135b93b9bd4e581a105 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Mon, 24 Feb 2020 16:04:53 +0900 Subject: [PATCH] :new: docker-sphinx --- doc/usage/installation.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/usage/installation.rst b/doc/usage/installation.rst index 15a55c7dd..c1426ef4d 100644 --- a/doc/usage/installation.rst +++ b/doc/usage/installation.rst @@ -219,11 +219,10 @@ You can build PDF document:: $ 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 + # in your Dockerfile FROM sphinxdoc/sphinx