From 9868da050123e99f773dda74f3d63ec7c4871024 Mon Sep 17 00:00:00 2001 From: proposalbot Date: Fri, 21 Oct 2022 07:46:17 +0000 Subject: [PATCH] Changes to dds_api-ref from docs/doc-exports#371 (update conf.py disable smartq Reviewed-by: gtema Co-authored-by: proposalbot Co-committed-by: proposalbot --- api-ref/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index c8f02a0..e567c96 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/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.