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 d0650ea commit 6814d2eCopy full SHA for 6814d2e
sphinx-doc/_static/fix-katex.css
@@ -0,0 +1,6 @@
1
+.katex .overlay {
2
+ background-color: transparent;
3
+ opacity: 1;
4
+ position: static;
5
+ transition: all 0s ease 0s;
6
+}
sphinx-doc/conf.py
@@ -35,9 +35,7 @@
35
if find_spec("sphinxcontrib.katex") is not None:
36
extensions.append("sphinxcontrib.katex")
37
38
- katex_options = r"""{
39
- output: 'mathml',
40
- }"""
+ html_css_files = ['fix-katex.css']
41
else:
42
extensions.append("sphinx.ext.mathjax")
43
0 commit comments