spatialaudio / nbsphinx

:ledger: Sphinx source parser for Jupyter notebooks
https://nbsphinx.readthedocs.io/
MIT License
453 stars 130 forks source link

Math rending issue after converting the doc #766

Open NishantBaheti opened 1 year ago

NishantBaheti commented 1 year ago

Have a look here - https://mlguidebook.com/en/latest/SupportVectorMachine/Explore.html#Algorithm

It was working 4 days ago. Now with the new readthedocs build it is not working.

image

This repo's github - https://github.com/NishantBaheti/MachineLearningExploration

mgeier commented 1 year ago

The problem is the indentation within equations, see #753.

I don't think this has anything to do with readthedocs.org, AFAICT the breaking change was introduced in your commit https://github.com/NishantBaheti/MachineLearningExploration/commit/807dc767b257b5984c341befeda0bb6ab0088347.

If you have suggestions for a proper fix, please comment on #753.

In the meantime, you can remove all the indentation from your equations and it should work.

You should also have a look at your Sphinx warnings (e.g. in https://readthedocs.org/projects/machinelearningexploration/builds/22098131/). They also complain about indentation.