[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:
KATO Tomoyuki
2017-01-14 09:45:30 +09:00
parent 707f39317e
commit 004f92fb8e

View File

@@ -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 = {