File tree 1 file changed +0
-19
lines changed 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -86,25 +86,6 @@ Only x86_64 system is supported currently.
86
86
| Netlib | ✔️ | - | - |
87
87
| Intel MKL| ✔️ | ✔️ | ✔️ |
88
88
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
-
108
89
License
109
90
--------
110
91
You can’t perform that action at this time.
0 commit comments