diff --git a/spyder/utils/help/conf.py b/spyder/utils/help/conf.py index f2e571bd95f..00b86d9f984 100644 --- a/spyder/utils/help/conf.py +++ b/spyder/utils/help/conf.py @@ -99,7 +99,8 @@ # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. -#html_use_smartypants = True +# Spyder: Disabled to fix conflict with qtwebview and mathjax. See issue #5514 +html_use_smartypants = False # If false, no module index is generated. html_use_modindex = False