xtensor-stack / xsimd

C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions (SSE, AVX, AVX512, NEON, SVE))
https://xsimd.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
2.15k stars 253 forks source link

Doc for Conditional Expression malformed #1029

Open themightyoarfish opened 3 months ago

themightyoarfish commented 3 months ago

The doxygen here https://xsimd.readthedocs.io/en/latest/api/batch_manip.html does not seem to render correctly.

WarrenWeckesser commented 1 month ago

There is also a problem on the dispatching page: https://xsimd.readthedocs.io/en/latest/api/dispatching.html

serge-sans-paille commented 3 weeks ago

How strange: everything displays correctly when I build the doc locally. It looks like a configuration issue on rtd part, I'll have a look.