File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,13 +272,13 @@ Options
272
272
From Sphinx 8.1, :option: `!--keep-going ` is always enabled.
273
273
Previously, it was only applicable whilst using :option: `--fail-on-warning `,
274
274
which by default exited :program: `sphinx-build ` on the first warning.
275
- Using :option: `!--keep-going ` runs :program: `! sphinx-build ` to completion
275
+ Using :option: `!--keep-going ` runs :program: `sphinx-build ` to completion
276
276
and exits with exit status 1 if errors are encountered.
277
277
278
278
.. versionadded :: 1.8
279
279
.. versionchanged :: 8.1
280
280
:program: `sphinx-build ` no longer exits on the first warning,
281
- meaning that in effect :option: `!--fail-on-warning ` is always enabled.
281
+ meaning that in effect :option: `!--keep-going ` is always enabled.
282
282
The option is retained for compatibility, but may be removed at some
283
283
later date.
284
284
You can’t perform that action at this time.
0 commit comments