From 267ab1dc45c7e2cb68d8238c04376a258dcf61c9 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 25 Sep 2023 20:14:37 +0200 Subject: docs: fix custom CSS not used by docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b3dc0a9..9228b2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] -- cgit v1.2.3-18-g5258