data-apis/array-api

Autogenerated page for cholesky does not render some math symbols correctly

oleksandr-pavlyk opened this issue · 1 comments

This page https://data-apis.org/array-api/draft/extensions/generated/array_api.linalg.cholesky.html#array_api.linalg.cholesky renders as follows for me:

image

Notice that only the first math expression $\mathbb{K}$ is rendered correctly, while subsequent $\mathbb{R}$, $\mathbb{K}$, and $\mathbb{C}$ did not.

Not sure how to fix this though.

The source is using $ instead of :math: for these expressions. If we want to use $ in RST we need to add the extension sphinx-math-dollar.