mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update Instalation.rst - Docker sphinx-quickstart
I suggest adding the -it option to the docker run command for sphinx-quickstart since it is an interactive command. Without interaction, the process will simply stop with the [Interrupted.] state after the first option ... > Separate source and build directories (y/n) [n]: [Interrupted.]
This commit is contained in:
parent
90fb44ee43
commit
df1b05a659
@ -179,7 +179,7 @@ Please choose one for your purpose.
|
||||
When using docker images, please use ``docker run`` command to invoke sphinx commands. For example,
|
||||
you can use following command to create a Sphinx project::
|
||||
|
||||
$ docker run --rm -v /path/to/document:/docs sphinxdoc/sphinx sphinx-quickstart
|
||||
$ docker run -it --rm -v /path/to/document:/docs sphinxdoc/sphinx sphinx-quickstart
|
||||
|
||||
And you can following command this to build HTML document::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user