diff options
Diffstat (limited to 'doc/invocation.rst')
| -rw-r--r-- | doc/invocation.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/invocation.rst b/doc/invocation.rst index 6b8b9ee3..c8e9a61f 100644 --- a/doc/invocation.rst +++ b/doc/invocation.rst @@ -40,9 +40,16 @@ The :program:`sphinx-build` script has several options: **man** Build manual pages in groff format for UNIX systems. + **texinfo** + Build Texinfo files that can be processed into Info files using + :program:`makeinfo`. + **text** Build plain text files. + **gettext** + Build gettext-style message catalogs (``.pot`` files). + **doctest** Run all doctests in the documentation, if the :mod:`~sphinx.ext.doctest` extension is enabled. |
