File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,25 +86,6 @@ Only x86_64 system is supported currently.
8686| Netlib | ✔️ | - | - |
8787| Intel MKL| ✔️ | ✔️ | ✔️ |
8888
89- Generate document with KaTeX
90- ------------------------------
91-
92- You need to set ` RUSTDOCFLAGS ` explicitly:
93-
94- ``` shell
95- RUSTDOCFLAGS=" --html-in-header katex-header.html" cargo doc --no-deps
96- ```
97-
98- This ** only** works for ` --no-deps ` build because ` katex-header.html ` does not exists for dependent crates.
99- If you wish to set ` RUSTDOCFLAGS ` automatically in this crate, you can put [ .cargo/config] ( https://doc.rust-lang.org/cargo/reference/config.html ) :
100-
101- ``` toml
102- [build ]
103- rustdocflags = [" --html-in-header" , " katex-header.html" ]
104- ```
105-
106- But, be sure that this works only for ` --no-deps ` . ` cargo doc ` will fail with this ` .cargo/config ` .
107-
10889License
10990--------
11091
You can’t perform that action at this time.
0 commit comments