saxbophone / arby

Arbitrary precision arithmetic in C++, even at compile-time
https://saxbophone.com/arby/
Mozilla Public License 2.0
8 stars 1 forks source link

Doxygen docs hosted on Github Pages site don't link to Mathjax CDN #100

Closed saxbophone closed 2 years ago

saxbophone commented 2 years ago

There's a Cross-Origin-Resource-Sharing issue that prevents the Mathjax library from loading off CDN, which in turn causes maths formulae in the documentation site to not load

(e.g. https://saxbophone.com/arby/v0.4/namespacecom_1_1saxbophone_1_1arby.html#aef0632df77d9ea36228ce5180a2585cd).

Should look like:

image

Actually looks like:

image

saxbophone commented 2 years ago

Closed in #101