diff --git a/docs/conf.py b/docs/conf.py index 657e8fc4b..83b386e6b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,3 +30,6 @@ master_doc = 'index' html_theme = 'sphinx_rtd_theme' htmlhelp_basename = 'rtpenginedoc' + +# Prevent double dashes -- from becoming single em dashes +smartquotes_action = 'qe'