Document -A and -Q switches.

This commit is contained in:
Georg Brandl 2008-11-04 08:46:28 +01:00
parent 3607d366f2
commit a41c0ee86c
2 changed files with 11 additions and 2 deletions

View File

@ -122,6 +122,11 @@ New features added
* Other changes: * Other changes:
- Added a command-line switch ``-Q``: it will suppress warnings.
- Added a command-line switch ``-A``: it can be used to give additional
values into the HTML templates.
- Added a distutils command `build_sphinx`: When Sphinx is installed, - Added a distutils command `build_sphinx`: When Sphinx is installed,
you can call ``python setup.py build_sphinx`` for projects that have you can call ``python setup.py build_sphinx`` for projects that have
Sphinx documentation, which will build the docs and place them in Sphinx documentation, which will build the docs and place them in

View File

@ -114,8 +114,12 @@ The :program:`sphinx-build` script has several more options:
case.) case.)
**-q** **-q**
Do not output anything on standard output, only write warnings to standard Do not output anything on standard output, only write warnings and errors to
error. standard error.
**-Q**
Do not output anything on standard output, also suppress warnings. Only
errors are written to standard error.
**-P** **-P**
(Useful for debugging only.) Run the Python debugger, :mod:`pdb`, if an (Useful for debugging only.) Run the Python debugger, :mod:`pdb`, if an