From b22a9c14a49071e7e25baa8907d575f54abdfdcc Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 8 Feb 2021 11:39:47 +0100 Subject: [PATCH] docs: disable smartquotes --- docs/conf.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 09802ab3..3f021149 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -246,10 +246,8 @@ html_js_files = [ # # html_last_updated_fmt = None -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -# -# html_use_smartypants = True +# We need to disable smatquotes, else Option Lists do not display long options +smartquotes = False # Additional templates that should be rendered to pages, maps page names to # template names.