diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-10-26 01:12:36 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-10-26 01:12:36 +0900 |
commit | b453be75c9656bb311aa88d50b367a5ccb414e37 (patch) | |
tree | 6f3706b8e9c6315df6df888af4f4b19de177c45e /doc | |
parent | f2a31185a65b31883846e5d127bf9a7dfe968db0 (diff) | |
download | sphinx-git-b453be75c9656bb311aa88d50b367a5ccb414e37.tar.gz |
Fix #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/sphinx-quickstart.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/sphinx-quickstart.rst b/doc/man/sphinx-quickstart.rst index 2407e3be7..520a420ce 100644 --- a/doc/man/sphinx-quickstart.rst +++ b/doc/man/sphinx-quickstart.rst @@ -33,6 +33,10 @@ Options If specified, separate source and build directories. +.. option:: --no-sep + + If specified, create build directroy under source directroy. + .. option:: --dot=DOT Inside the root directory, two more directories will be created; |