mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
sphinx: enable proper quotes with the smartquotes module
turn off the option for em-dashes.
This commit is contained in:
parent
2b8fe280e0
commit
91a048596b
1 changed files with 4 additions and 2 deletions
|
@ -237,7 +237,9 @@ epub_title = project
|
||||||
# A list of files that should not be packed into the epub file.
|
# A list of files that should not be packed into the epub file.
|
||||||
epub_exclude_files = ["search.html"]
|
epub_exclude_files = ["search.html"]
|
||||||
|
|
||||||
# Disable smart-quotes to prevent double dashes from becoming emdashes.
|
# Enable smart-quotes
|
||||||
smartquotes = False
|
# default action is 'qDe': quotes, Dashes, ellipsis. Skip dashes for --options
|
||||||
|
smartquotes = True
|
||||||
|
smartquotes_action = 'qe'
|
||||||
|
|
||||||
linkcheck_ignore = [r'https://github.com/fish-shell/fish-shell/issues/\d+']
|
linkcheck_ignore = [r'https://github.com/fish-shell/fish-shell/issues/\d+']
|
||||||
|
|
Loading…
Reference in a new issue