mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
🆕 docker-sphinx
This commit is contained in:
parent
e3fa132f2b
commit
e20430aee1
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user