From 2369b095a38f08e7c28e8a5dc2591476986e89c0 Mon Sep 17 00:00:00 2001 From: Clément Pit-Claudel Date: Fri, 8 Jun 2018 09:41:00 -0400 Subject: [doc] Disable smartquotes conversion Closes GH-7742. --- doc/sphinx/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index f65400e88..135c24aed 100755 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -201,9 +201,9 @@ html_static_path = ['_static'] # The empty string is equivalent to '%b %d, %Y'. #html_last_updated_fmt = None -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -html_use_smartypants = False # FIXME wrap code in tags, otherwise quotesget converted in there +# FIXME: this could be re-enabled after ensuring that smart quotes are locally +# disabled for all relevant directives +smartquotes = False # Custom sidebar templates, maps document names to template names. #html_sidebars = {} -- cgit v1.2.3