geodynamics / Rayleigh

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

fix recursive doc build #527

Closed tukss closed 1 month ago

tukss commented 1 month ago

Our documentation build kept recursively ingesting the doc/build directory, which made everything slow down with every build.

The reason was a missing comma in exclude_patterns. That caused the two adjacent strings to be merged and prevented doc/build from being excluded.

Now subsequent builds are instant if nothing has changed.