mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-26 23:10:50 +00:00
btrfs-progs: docs: disable RST smartquotes for em-dash
All long command line options in the html target render as a single character which is confusing and wrong as we expect that to be '--'. Disable it. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
c1046aeda7
commit
a079982a9e
@ -39,6 +39,11 @@ html_theme = 'sphinx_rtd_theme'
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
|
||||
# Disable em-dash translation to a single character as we use that for long
|
||||
# command line options and this does not render in a copy & paste friendly way
|
||||
# in html
|
||||
smartquotes_action = 'qe'
|
||||
|
||||
man_pages = [
|
||||
('btrfs-select-super', 'btrfs-select-super', 'overwrite primary superblock with a backup copy', '', '8'),
|
||||
('btrfstune', 'btrfstune', 'tune various filesystem parameters', '', 8),
|
||||
|
Loading…
Reference in New Issue
Block a user