GeoStat-Framework / GSTools-Core

A Rust implementation of the core algorithms of GSTools.
GNU Lesser General Public License v3.0
10 stars 0 forks source link

Reference our copy of the KaTeX header instead of reyling on docs.rs build cache #19

Closed adamreichold closed 2 years ago

adamreichold commented 2 years ago

As can be seen in https://docs.rs/crate/gstools-core/0.2.1/builds/501832 relying on the docs.rs build cache is not always reliable. Following the suggestion from the katex-doc README, I tried to fix this by relying on our own copy of the KaTeX header but I could obviously not test this on docs.rs yet.

LSchueler commented 2 years ago

Thanks for making this work!

adamreichold commented 2 years ago

Thanks for making this work!

Well, let's wait to check if it does. ATM, this is still speculation on my part after reading the relevant docs.

LSchueler commented 2 years ago

This is actually the exact command I used locally to test LaTeX in the docs. But I started that a long time ago and forgot to change it on the way...

LSchueler commented 2 years ago

I'll make a new release 0.2.2 as soon as your second PR is merged and then we'll see if everything works out :crossed_fingers: