geodynamics / Rayleigh

Rayleigh: Pseudo-spectral MHD
GNU General Public License v3.0
59 stars 49 forks source link

check the documentation build in the conda action #552

Closed tukss closed 1 month ago

tukss commented 1 month ago

At the moment the build just continues on failed documentation builds in the Conda action. That's not very useful and we might as well skip the documentation build. We should check it though to make sure the docs also build on macOS.

This PR makes the action fail on error and splits the documentation build into HTML (make doc) and PDF (make docpdf) outputs.