Skip to content
Snippets Groups Projects
user avatar
Grzegorz Szymaszek authored
The "Sending patches" and "Patman patch manager" documents refer to the
three-dash, "---", that separates patch parts. The symbol is written in
the documentation in the same form as it is in actual patches: as three
U+002D HYPHEN-MINUS characters. When building the documentation, Sphinx
converts this symbol to a U+2014 EM DASH, that is invalid in this case.

Make the three-dash symbol a reStructuredText inline literal to prevent
its conversion; that is, enclose it in a pair of double backquotes (`).

Signed-off-by: default avatarGrzegorz Szymaszek <gszymaszek@short.pl>
Reviewed-by: default avatarMattijs Korpershoek <mkorpershoek@baylibre.com>
753f76e4
History