Skip to content
Snippets Groups Projects
Unverified Commit e93fb968 authored by bgallois's avatar bgallois
Browse files

reduce doc size

parent 1334ca4e
No related branches found
No related tags found
No related merge requests found
......@@ -315,10 +315,26 @@ pub(super) fn gen_doc() -> Result<()> {
Command::new("cargo")
.args([
"doc",
"--workspace",
"--package=pallet-*",
"--package=*-runtime",
"--package=*distance*",
"--package=*membership*",
"--no-deps",
"--document-private-items",
"--features=runtime-benchmarks",
"--package=pallet-atomic-swap",
"--package=pallet-authority-discovery",
"--package=pallet-balances",
"--package=pallet-collective",
"--package=pallet-im-online",
"--package=pallet-preimage",
"--package=pallet-proxy",
"--package=pallet-scheduler",
"--package=pallet-session",
"--package=pallet-sudo",
"--package=pallet-timestamp",
"--package=pallet-treasury",
"--package=pallet-utility",
])
.status()
.expect("cargo doc failed to execute");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment