File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ Change Log
4
4
5.x
5
5
---
6
6
7
+ 5.3.2 (not yet released)
8
+ ^^^^^^^^^^^^^^^^^^^^^^^^
9
+
10
+ *Fixed *
11
+
12
+ * Display vector math symbol correctly in the documentation
13
+ (`#2109 <https://github.com/glotzerlab/hoomd-blue/pull/2109 >`__).
14
+
7
15
5.3.1 (2025-07-18)
8
16
^^^^^^^^^^^^^^^^^^
9
17
Original file line number Diff line number Diff line change
1
+ .katex .overlay {
2
+ background-color : transparent;
3
+ opacity : 1 ;
4
+ position : static;
5
+ transition : all 0s ease 0s ;
6
+ }
Original file line number Diff line number Diff line change 34
34
35
35
if find_spec ("sphinxcontrib.katex" ) is not None :
36
36
extensions .append ("sphinxcontrib.katex" )
37
+
38
+ html_css_files = ["fix-katex.css" ]
37
39
else :
38
40
extensions .append ("sphinx.ext.mathjax" )
39
41
You can’t perform that action at this time.
0 commit comments