pygae / galgebra

Symbolic Geometric Algebra/Calculus package for SymPy :crystal_ball:
https://galgebra.rtfd.io/
BSD 3-Clause "New" or "Revised" License
227 stars 62 forks source link

Broken doc since #487 #496

Closed utensil closed 6 months ago

utensil commented 6 months ago

The doc render is broken since #487 :

https://galgebra.readthedocs.io/en/latest/ looks like missing styles:

image

while https://galgebra.readthedocs.io/en/v0.5.0/ is fine:

image
utensil commented 6 months ago

Equation auto-numbering is not working.

image

Macros are also broken:

image

The cause is that the latest sphinx changed the default MathJax to 3.0 and preamble extension no longer works, and the config for equation auto-numbering are not effective too.

utensil commented 6 months ago

Notebooks are also broken:

Expected:

image

Actual:

image