summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/en/rst/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py
index 1d8d0e909..d46b87c3d 100644
--- a/docs/en/rst/conf.py
+++ b/docs/en/rst/conf.py
@@ -131,7 +131,8 @@ html_static_path = ['_static']
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
-#html_use_smartypants = True
+# Switched off because it converted --long-option to –long-option
+html_use_smartypants = False
# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}