From 259c89fe9ed844675207467458382a0bcfa8c0e5 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 26 Aug 2019 14:40:17 +0200 Subject: [PATCH] smartquotes --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 092026b..7266397 100644 --- a/conf.py +++ b/conf.py @@ -10,5 +10,5 @@ language = 'en' html_show_sphinx = False html_show_copyright = False html_title = 'ToDo' -html_use_smartypants = False +smartquotes = False todo_include_todos = True