diff options
Diffstat (limited to 'doc/man/sphinx-build.rst')
-rw-r--r-- | doc/man/sphinx-build.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/man/sphinx-build.rst b/doc/man/sphinx-build.rst index 1ef0e07dc..ca16b265a 100644 --- a/doc/man/sphinx-build.rst +++ b/doc/man/sphinx-build.rst @@ -19,13 +19,12 @@ files, including ``conf.py``. :program:`sphinx-build` can create documentation in different formats. A format is selected by specifying the builder name on the command line; it defaults to HTML. Builders can also perform other tasks related to -documentation processing. +documentation processing. For a list of available builders, refer to +:option:`sphinx-build -b`. By default, everything that is outdated is built. Output only for selected files can be built by specifying individual filenames. -For a list of available options, refer to :option:`sphinx-build -b`. - Options ------- |