diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-02-01 00:30:09 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-02-01 00:30:09 +0900 |
commit | aced2be1fb228f99284b5a0bca778e8769d3c7e5 (patch) | |
tree | bcac5836f0ff6f612e91bc52ae4a2a4186bef684 /doc/man | |
parent | b73cc5652aee6e67316799c901116889a3c6736e (diff) | |
download | sphinx-git-aced2be1fb228f99284b5a0bca778e8769d3c7e5.tar.gz |
apidoc: Add ``-q`` option for quiet mode (refs: #6772)
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/sphinx-apidoc.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/sphinx-apidoc.rst b/doc/man/sphinx-apidoc.rst index 78c0735cb..30bfde0bb 100644 --- a/doc/man/sphinx-apidoc.rst +++ b/doc/man/sphinx-apidoc.rst @@ -39,6 +39,11 @@ Options Directory to place the output files. If it does not exist, it is created. +.. option:: -q + + Do not output anything on standard output, only write warnings and errors to + standard error. + .. option:: -f, --force Force overwriting of any existing generated files. |