diff options
| author | Jon Waltman <jonathan.waltman@gmail.com> | 2012-12-04 21:10:15 -0600 |
|---|---|---|
| committer | Jon Waltman <jonathan.waltman@gmail.com> | 2012-12-04 21:10:15 -0600 |
| commit | 4ba1b19953223c6b4ac0f4e82b6116ee5849ef47 (patch) | |
| tree | 55c818ca911dda55edc61e0a49e7c2b060b0046c /doc/config.rst | |
| parent | 7adf543e001eaee607cce707512d851b02a885d8 (diff) | |
| download | sphinx-4ba1b19953223c6b4ac0f4e82b6116ee5849ef47.tar.gz | |
Add Docutils-native XML and pseudo-XML builders
Diffstat (limited to 'doc/config.rst')
| -rw-r--r-- | doc/config.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst index df5a208c..0ff6d405 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1342,6 +1342,16 @@ Options for the linkcheck builder .. versionadded:: 1.2 +Options for the XML builder +--------------------------- + +.. confval:: xml_pretty + + If True, pretty-print the XML. Default is ``True``. + + .. versionadded:: 1.2 + + .. rubric:: Footnotes .. [1] A note on available globbing syntax: you can use the standard shell |
