Skip to content

Commit c4929d0

Browse files
authored
Fix typos (#13520)
1 parent 5e07baf commit c4929d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/man/sphinx-build.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -272,13 +272,13 @@ Options
272272
From Sphinx 8.1, :option:`!--keep-going` is always enabled.
273273
Previously, it was only applicable whilst using :option:`--fail-on-warning`,
274274
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
276276
and exits with exit status 1 if errors are encountered.
277277

278278
.. versionadded:: 1.8
279279
.. versionchanged:: 8.1
280280
: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.
282282
The option is retained for compatibility, but may be removed at some
283283
later date.
284284

0 commit comments

Comments
 (0)