We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f38ad commit fde43edCopy full SHA for fde43ed
doc/man/sphinx-build.rst
@@ -39,7 +39,11 @@ Options
39
Extensions can add their own builders.
40
41
.. important::
42
- Sphinx only recognizes the ``-M`` option if it is used first.
+ Sphinx only recognizes the ``-M`` option if it is used first, along with
43
+ the source and output directories, before any other options are passed.
44
+ For example::
45
+
46
+ sphinx-build -M html ./source ./build -W --keep-going
47
48
The *make-mode* provides the same build functionality as
49
a default :ref:`Makefile or Make.bat <makefile_options>`,
0 commit comments