Skip to content

Commit f7356c7

Browse files
committed
Remove out-dated KaTeX part in README
1 parent 991a744 commit f7356c7

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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-
10889
License
10990
--------
11091

0 commit comments

Comments
 (0)