DOC: Minor cleanup of sphinx-build doc

The moved sentence clearly belongs to the discussion of the builders.
This commit is contained in:
Tim Hoffmann
2021-03-15 00:27:39 +01:00
parent 2934aac441
commit 0d73a03a38

View File

@@ -19,13 +19,12 @@ files, including ``conf.py``.
:program:`sphinx-build` can create documentation in different formats. A :program:`sphinx-build` can create documentation in different formats. A
format is selected by specifying the builder name on the command line; it format is selected by specifying the builder name on the command line; it
defaults to HTML. Builders can also perform other tasks related to 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 By default, everything that is outdated is built. Output only for selected
files can be built by specifying individual filenames. files can be built by specifying individual filenames.
For a list of available options, refer to :option:`sphinx-build -b`.
Options Options
------- -------