summaryrefslogtreecommitdiff
path: root/doc/invocation.rst
diff options
context:
space:
mode:
authorJonathan Waltman <jonathan.waltman@gmail.com>2012-12-10 02:41:12 -0600
committerJonathan Waltman <jonathan.waltman@gmail.com>2012-12-10 02:41:12 -0600
commit140b786e22bdcbdc97f6ef57d18dc4c10caeeaa7 (patch)
treed927147242ffec72de042c71e711a33d72bc8927 /doc/invocation.rst
parentf7afd0df761567f70fd04d9cf1ed8af74d3a2ac3 (diff)
downloadsphinx-140b786e22bdcbdc97f6ef57d18dc4c10caeeaa7.tar.gz
xml: Update sphinx-build documentation
Diffstat (limited to 'doc/invocation.rst')
-rw-r--r--doc/invocation.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/invocation.rst b/doc/invocation.rst
index da052bdb..9c04a646 100644
--- a/doc/invocation.rst
+++ b/doc/invocation.rst
@@ -59,6 +59,13 @@ The :program:`sphinx-build` script has several options:
**linkcheck**
Check the integrity of all external links.
+ **xml**
+ Build Docutils-native XML files.
+
+ **pseudoxml**
+ Build compact pretty-printed "pseudo-XML" files displaying the
+ internal structure of the intermediate document trees.
+
See :ref:`builders` for a list of all builders shipped with Sphinx.
Extensions can add their own builders.