From 710d342493b1117644a8a09e7996d92bc822088a Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 23 Feb 2022 20:08:27 +0100 Subject: [PATCH] docs: do not transform --/--- to unicode dashes --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 696f01fed..4cd803e6e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -156,6 +156,7 @@ html_last_updated_fmt = '%Y-%m-%d' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. html_use_smartypants = True +smartquotes_action = 'qe' # no D in there means "do not transform -- and ---" # Custom sidebar templates, maps document names to template names. html_sidebars = {