From 050c38b2537d23040330a8941411833e572fb03d Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sat, 15 Sep 2018 22:48:23 +0200 Subject: [PATCH 1/2] Doc: Disable smartquotes for zh-tw translations. See: https://mail.python.org/pipermail/doc-sig/2018-August/004079.html and: https://github.com/python/cpython/pull/4006 --- Doc/docutils.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/docutils.conf b/Doc/docutils.conf index bda4f5dc2351dc..9455b751202ef0 100644 --- a/Doc/docutils.conf +++ b/Doc/docutils.conf @@ -1,2 +1,3 @@ [restructuredtext parser] smartquotes-locales: ja: ""'' + zh-tw: ""'' From dd6d14d7090ee570968bb3e6cccc1378a8e7e952 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sat, 15 Sep 2018 23:45:36 +0200 Subject: [PATCH 2/2] Doc: Also disable smartquotes for French translations. See: https://github.com/python/python-docs-fr/issues/303 --- Doc/docutils.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/docutils.conf b/Doc/docutils.conf index 9455b751202ef0..51f75b0fbf60bf 100644 --- a/Doc/docutils.conf +++ b/Doc/docutils.conf @@ -1,3 +1,4 @@ [restructuredtext parser] -smartquotes-locales: ja: ""'' - zh-tw: ""'' +smartquotes-locales: ja: ""'', + zh-tw: ""'', + fr: ""''