From cb391758cd694007fa112922c5ad0d2f2fc7a5de Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 18 Aug 2025 07:31:12 -0400 Subject: [PATCH] MT#55283 fix RTD dashes in man page Change-Id: I656ef133747d892d678d5ec3296aea90d96be0bb (cherry picked from commit d9fbda81e898005340bb06f89a729d4888d99ab7) --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) 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'