summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-04 08:46:28 +0100
committerGeorg Brandl <georg@python.org>2008-11-04 08:46:28 +0100
commit1d7882173c7807c24731bb0036e1b90d4a00dc20 (patch)
tree483d75581ecf49831d89ffc922b560e292c3bf7d /doc
parentebb4a10b01bd7f4d0161ea3cc45a43e8c60fde8a (diff)
downloadsphinx-1d7882173c7807c24731bb0036e1b90d4a00dc20.tar.gz
Document -A and -Q switches.
Diffstat (limited to 'doc')
-rw-r--r--doc/intro.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index de288dbd..34f791ed 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -114,8 +114,12 @@ The :program:`sphinx-build` script has several more options:
case.)
**-q**
- Do not output anything on standard output, only write warnings to standard
- error.
+ Do not output anything on standard output, only write warnings and errors to
+ standard error.
+
+**-Q**
+ Do not output anything on standard output, also suppress warnings. Only
+ errors are written to standard error.
**-P**
(Useful for debugging only.) Run the Python debugger, :mod:`pdb`, if an