diff --git a/halo2/Cargo.toml b/halo2/Cargo.toml index e12d048d..cb96efab 100644 --- a/halo2/Cargo.toml +++ b/halo2/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["halo", "proofs", "recursive", "zkp", "zkSNARKs"] [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "../katex-header.html"] +rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"] [dependencies] halo2_proofs = { version = "0.1.0-beta.2", path = "../halo2_proofs" } diff --git a/katex-header.html b/halo2/katex-header.html similarity index 100% rename from katex-header.html rename to halo2/katex-header.html diff --git a/halo2_gadgets/Cargo.toml b/halo2_gadgets/Cargo.toml index af3bbc99..c5f4d478 100644 --- a/halo2_gadgets/Cargo.toml +++ b/halo2_gadgets/Cargo.toml @@ -18,7 +18,7 @@ keywords = ["halo", "proofs", "zcash", "zkp", "zkSNARKs"] [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "../katex-header.html"] +rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"] [dependencies] arrayvec = "0.7.0" diff --git a/halo2_gadgets/katex-header.html b/halo2_gadgets/katex-header.html new file mode 100644 index 00000000..98e85904 --- /dev/null +++ b/halo2_gadgets/katex-header.html @@ -0,0 +1,15 @@ + + + + \ No newline at end of file diff --git a/halo2_proofs/Cargo.toml b/halo2_proofs/Cargo.toml index c1791f61..b484bcf1 100644 --- a/halo2_proofs/Cargo.toml +++ b/halo2_proofs/Cargo.toml @@ -20,7 +20,7 @@ keywords = ["halo", "proofs", "zkp", "zkSNARKs"] [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "../katex-header.html"] +rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"] [[bench]] name = "arithmetic" diff --git a/halo2_proofs/katex-header.html b/halo2_proofs/katex-header.html new file mode 100644 index 00000000..98e85904 --- /dev/null +++ b/halo2_proofs/katex-header.html @@ -0,0 +1,15 @@ + + + + \ No newline at end of file