From 12bcee3b78dc1c007d9ac068dabec6d8d9ab2d83 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 21 Nov 2021 22:39:36 +0530 Subject: [PATCH] Fix #4258 --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index c82745c93..479b29e30 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -101,6 +101,7 @@ rst_prolog = ''' .. role:: italic '''.replace('VERSION', str_version) +smartquotes_action = 'qe' # educate quotes and ellipses but not dashes # -- Options for HTML output -------------------------------------------------