diff options
author | HampusM <hampus@hampusmat.com> | 2023-09-25 20:14:37 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-09-25 20:14:37 +0200 |
commit | 267ab1dc45c7e2cb68d8238c04376a258dcf61c9 (patch) | |
tree | 04c381c12376642fb95f1777a1022dea5f13e9bd /Cargo.toml | |
parent | bb12872c71fbc1fd59a1a5d643db0ccee255e5c5 (diff) |
docs: fix custom CSS not used by docs.rs
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ exclude = ["/.chglog", "/.circleci", "examples", "rustfmt.toml"] [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "doc_cfg", "--extend-css", "docs-rs-ext.css"] +rustdoc-args = ["--cfg", "doc_cfg", "--html-in-header", "docs-style.html"] [features] default = ["prevent-circular"] |