mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Document -A and -Q switches.
This commit is contained in:
parent
3607d366f2
commit
a41c0ee86c
5
CHANGES
5
CHANGES
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user