diff options
| author | Georg Brandl <georg@python.org> | 2014-01-20 21:21:33 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-20 21:21:33 +0100 |
| commit | 930d996dbe5bcccbb0d86de5940376b70ed7c3db (patch) | |
| tree | e8936ce5ad95fa2225c42886ec4c1be99c1a5f55 /doc/invocation.rst | |
| parent | d3db46164e65f031aee3f5059b0bfc7cc22bb41e (diff) | |
| parent | fb6c6f5bfe4379c6e680a9757c84b7eebc8443d3 (diff) | |
| download | sphinx-930d996dbe5bcccbb0d86de5940376b70ed7c3db.tar.gz | |
merge with stable
Diffstat (limited to 'doc/invocation.rst')
| -rw-r--r-- | doc/invocation.rst | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/invocation.rst b/doc/invocation.rst index 338728b6..dca02793 100644 --- a/doc/invocation.rst +++ b/doc/invocation.rst @@ -124,13 +124,22 @@ The :program:`sphinx-build` script has several options: .. option:: -D setting=value Override a configuration value set in the :file:`conf.py` file. The value - must be a string or dictionary value. For the latter, supply the setting - name and key like this: ``-D latex_elements.docclass=scrartcl``. For boolean - values, use ``0`` or ``1`` as the value. + must be a number, string, list or dictionary value. + + For lists, you can separate elements with a comma like this: ``-D + html_theme_path=path1,path2``. + + For dictionary values, supply the setting name and key like this: + ``-D latex_elements.docclass=scrartcl``. + + For boolean values, use ``0`` or ``1`` as the value. .. versionchanged:: 0.6 The value can now be a dictionary value. + .. versionchanged:: 1.3 + The value can now also be a list value. + .. option:: -A name=value Make the *name* assigned to *value* in the HTML templates. |
