diff --git a/docs/conf.py b/docs/conf.py index a28cadb..1446adb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,6 +17,7 @@ templates_path = [] source_suffix = ".rst" master_doc = "index" exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] +smartquotes_action = "qe" primary_domain = None highlight_language = "none"