diff --git a/Cargo.toml b/Cargo.toml index 7dfcc5c..fe1632e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,9 @@ edition = "2021" generic_parameterize = "0.1.0" itertools = "0.10.5" num-traits = "0.2.15" + +[package.metadata.docs.rs] +rustdoc-args = [ + "--html-in-header", + "doc/mathjax.html", +] \ No newline at end of file diff --git a/docs/mathjax.html b/docs/mathjax.html new file mode 100644 index 0000000..a87a23b --- /dev/null +++ b/docs/mathjax.html @@ -0,0 +1,11 @@ + + + \ No newline at end of file