assume-framework / assume

ASSUME - Agent-based Simulation for Studying and Understanding Market Evolution
https://assume.readthedocs.io
22 stars 5 forks source link

Mermaid charts currently broken on read the docs #272

Closed maurerle closed 7 months ago

maurerle commented 7 months ago

The mermaid js charts are currently broken on the readthedocs page:

For example this one on the lower end of the page: https://assume.readthedocs.io/en/latest/market_config.html

This can be fixed by using a fix for sphinxcontrib-mermaid - which is shown here: https://github.com/mgaitan/sphinxcontrib-mermaid/pull/133

I created a repository which includes the fix to temporarily fix this until the PR in the upstream repo is merged.

This will be closed by #265