summaryrefslogtreecommitdiff
path: root/doc/sphinx-build.1
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-02-20 11:01:46 +0100
committerGeorg Brandl <georg@python.org>2009-02-20 11:01:46 +0100
commit18228ff545e65b664e970a1ee7084f1214b576f1 (patch)
treefdcade06b97d8123e15003a15220ca442730f44f /doc/sphinx-build.1
parent36f57bd479e19d1aa411a5aae7dcc5827f10c950 (diff)
downloadsphinx-18228ff545e65b664e970a1ee7084f1214b576f1.tar.gz
#62: There is now a ``-w`` option for sphinx-build that writes
warnings to a file, in addition to stderr.
Diffstat (limited to 'doc/sphinx-build.1')
-rw-r--r--doc/sphinx-build.16
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/sphinx-build.1 b/doc/sphinx-build.1
index 16f8bd34..498771c9 100644
--- a/doc/sphinx-build.1
+++ b/doc/sphinx-build.1
@@ -84,6 +84,12 @@ Quiet operation, just prints warnings and errors on stderr.
\fB-Q\fR
Very quiet operation, doesn't print anything except for errors.
.TP
+\fB-w\fR <file>
+Write warnings and errors into the given file, in addition to stderr.
+.TP
+\fB-W\fR
+Turn warnings into errors.
+.TP
\fB-P\fR
Runs Pdb on exception.
.SH "SEE ALSO"