mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
[docs] clarify the proper 'make-mode' usage in the docs (#11992)
This commit is contained in:
parent
d6f38ade54
commit
fde43ed8b4
@ -39,7 +39,11 @@ Options
|
||||
Extensions can add their own builders.
|
||||
|
||||
.. important::
|
||||
Sphinx only recognizes the ``-M`` option if it is used first.
|
||||
Sphinx only recognizes the ``-M`` option if it is used first, along with
|
||||
the source and output directories, before any other options are passed.
|
||||
For example::
|
||||
|
||||
sphinx-build -M html ./source ./build -W --keep-going
|
||||
|
||||
The *make-mode* provides the same build functionality as
|
||||
a default :ref:`Makefile or Make.bat <makefile_options>`,
|
||||
|
Loading…
Reference in New Issue
Block a user