nbsphinx icon indicating copy to clipboard operation
nbsphinx copied to clipboard

Math rending issue after converting the doc

Open NishantBaheti opened this issue 2 years ago • 1 comments

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

NishantBaheti avatar Oct 03 '23 05:10 NishantBaheti

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.

mgeier avatar Oct 03 '23 07:10 mgeier