From 6bc6333ba782d88f3de2b420ad91f6763c7ddf18 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Wed, 3 Jul 2024 12:34:18 -0400 Subject: disable smartquotes --- doc_generator/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc_generator') diff --git a/doc_generator/conf.py b/doc_generator/conf.py index 676f03a..9543a6a 100644 --- a/doc_generator/conf.py +++ b/doc_generator/conf.py @@ -41,6 +41,7 @@ napoleon_numpy_docstring = True # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output +smartquotes = False # html_theme = 'alabaster' # html_theme = 'sphinx_rtd_theme' html_theme = 'furo' -- cgit v1.2.3