mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Maybe this gets rustdoc to build with latex headers???
This commit is contained in:
parent
4e7380887a
commit
b40cf14351
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ exclude = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
rustdoc-args = ["--html-in-header rustdoc-include-katex-header.html"]
|
rustdoc-args = ["--html-in-header", "rustdoc-include-katex-header.html"]
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "isislovecruft/curve25519-dalek", branch = "master"}
|
travis-ci = { repository = "isislovecruft/curve25519-dalek", branch = "master"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue