diff --git a/doc/man/sphinx-build.rst b/doc/man/sphinx-build.rst index f5c373620..8be2780d3 100644 --- a/doc/man/sphinx-build.rst +++ b/doc/man/sphinx-build.rst @@ -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 `,