From ea69076d8b34ec3973969bef36f1d34fb4388b02 Mon Sep 17 00:00:00 2001 From: gtema Date: Fri, 21 Oct 2022 11:36:32 +0000 Subject: [PATCH] update conf.py Reviewed-by: Goncharov, Artem Co-authored-by: gtema Co-committed-by: gtema --- templates/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/conf.py b/templates/conf.py index ad17d45ee..290ec3483 100644 --- a/templates/conf.py +++ b/templates/conf.py @@ -35,6 +35,9 @@ sys.path.insert(0, os.path.abspath('../')) sys.path.insert(0, os.path.abspath('./')) # -- General configuration ---------------------------------------------------- +# https://docutils.sourceforge.io/docs/user/smartquotes.html - it does not +# what it is expected +smartquotes = False # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.