Equations not properly rendered at www.seiscomp.de

I have noticed for several months that the equations used in the SeisComP documentation are not properly rendered at www.seiscomp.de. See for example FixedHyocenter or scautopick.

The same equations are properly rendered at Welcome — SeisComP Release documentation

Anybody knows which Sphinx plugin is needed to render those equations?

The config provided should require the correct plugins, see seiscomp/conf.py at master · SeisComP/seiscomp · GitHub. It is pngmath or imgmath which renders the equations.

OK, dvipng was missing. Should be fixed now.

Thanks a lot

Hello

How about the huge images in Welcome — SeisComP Release documentation ? To my opinion, smaller images work better as in Welcome — SeisComP Release documentation

Another plugin missing!?

Or wrong Sphinx version?

We use

$ sphinx-build --version
sphinx-build 5.2.3

I think it is:

<figure class="align-default" id="id1">
</figure>

in your version vs.

<div class="figure align-default" id="id1">
</div>

in our version. Could be explained with docutils version.

It seems m2r2 requires docutils>=0.19, which in turn is not compatible with Sphinx 5.2.3. I’ll see if upgrading to Sphinx 6.1.3 helps…

Looks like downgrading Sphinx to 0.4.5 and downgrading docutils to 0.16 and m2r2 to 0.3.2 finally worked :smiley: