From 78b1f6e613488c481f53d921d664a94420878980 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 4 Nov 2008 19:51:23 +0100 Subject: [PATCH] Doc tweaks. --- CHANGES | 4 ++-- doc/intro.rst | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index a375f0d76..590ea7067 100644 --- a/CHANGES +++ b/CHANGES @@ -124,8 +124,8 @@ New features added - 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 command-line switch ``-A``: it can be used to supply + additional values into the HTML templates. - Added a distutils command `build_sphinx`: When Sphinx is installed, you can call ``python setup.py build_sphinx`` for projects that have diff --git a/doc/intro.rst b/doc/intro.rst index 34f791ed9..af3cc1aaa 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -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 must be a string value.) +**-A** *name=value* + Make the *name* assigned to *value* in the HTML templates. + **-N** Do not do colored output. (On Windows, colored output is disabled in any case.)