We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a260cde commit e46c8f5Copy full SHA for e46c8f5
doc/conf.py
@@ -102,8 +102,8 @@
102
# Output file base name for HTML help builder.
103
htmlhelp_basename = 'CabalUsersGuide'
104
105
-# MathJax to use SVG rendering by default
106
-mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_SVG'
+# MathJax to use HTML rendering by default (makes the text selectableable, see #8453)
+mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS_CHTML'
107
108
109
# -- Options for LaTeX output ---------------------------------------------
0 commit comments