1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-10-24 11:08:19 +02:00

doc: Disable auto-conversion of -- to en-dash on html pages

This is especially important for manpage, but also any other
document which has examples of command-line usage. On the actual
command line the options are with -- and so it should be in
documentation.

The option also disables smart quotes, but this doesn't matter
for flashrom documentation.

Change-Id: I94531c9b7471c5c26dd92ddcce5b0588af9207fd
Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/89633
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Peter Marheine <pmarheine@chromium.org>
This commit is contained in:
Anastasia Klimchuk
2025-10-18 19:19:24 +11:00
parent 05961d847a
commit c54d068418

View File

@@ -47,6 +47,8 @@ html_theme = 'alabaster'
html_favicon = 'logo/flashrom_icon_color-32x32.ico'
# This disables auto-converting -- to en-dash, which we don't want for classic_cli_manpage.html
smartquotes = False
# -- Options for manual page output --------------------------------------------
man_make_section_directory = True