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 --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index c5e5cbd..b9d2e68 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -13,7 +13,7 @@ proc_macro = true [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "doc_cfg"] +rustdoc-args = ["--cfg", "doc_cfg", "--html-in-header", "docs-style.html"] [features] factory = ["syrette/factory"] -- cgit v1.2.3-18-g5258