[cli-ref] disable html_use_smartypants
Many command helps have double dashes for command option. To display correct, explicitly disable html_use_smartypants. Change-Id: I5fdd598ac0a88c453ed484f847a70f671dac8039
This commit is contained in:
@@ -212,6 +212,10 @@ htmlhelp_basename = 'cli-reference'
|
||||
# If true, publish source files
|
||||
html_copy_source = False
|
||||
|
||||
# If true, SmartyPants will be used to convert quotes and dashes
|
||||
# to typographically correct entities. Default: True.
|
||||
html_use_smartypants = False
|
||||
|
||||
# -- Options for LaTeX output ---------------------------------------------
|
||||
|
||||
latex_elements = {
|
||||
|
||||
Reference in New Issue
Block a user