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

reduce doc size

parent b71f715b
No related branches found
No related tags found
1 merge request!254Refac generated documentation
......@@ -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