diff options
Diffstat (limited to 'doc_generator')
-rw-r--r-- | doc_generator/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
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' |