Disable SmartyPants for docs
This commit disables SmartyPants feature for docs because it renders
'--' to '–'(–) but it's not good for command options.
Change-Id: Ic5ef2c648e9e888dc8ce19c4038c39842b66cfd9
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 7e4503d..c2df0b6 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -135,7 +135,7 @@
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
-#html_use_smartypants = True
+html_use_smartypants = False
# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}