Doc tweaks.

This commit is contained in:
Georg Brandl 2008-11-04 19:51:23 +01:00
parent a41c0ee86c
commit 78b1f6e613
2 changed files with 5 additions and 2 deletions

View File

@ -124,8 +124,8 @@ New features added
- Added a command-line switch ``-Q``: it will suppress warnings. - Added a command-line switch ``-Q``: it will suppress warnings.
- Added a command-line switch ``-A``: it can be used to give additional - Added a command-line switch ``-A``: it can be used to supply
values into the HTML templates. 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

View File

@ -109,6 +109,9 @@ The :program:`sphinx-build` script has several more options:
Override a configuration value set in the :file:`conf.py` file. (The value Override a configuration value set in the :file:`conf.py` file. (The value
must be a string value.) must be a string value.)
**-A** *name=value*
Make the *name* assigned to *value* in the HTML templates.
**-N** **-N**
Do not do colored output. (On Windows, colored output is disabled in any Do not do colored output. (On Windows, colored output is disabled in any
case.) case.)