From 12753e492f924e32be2a74d94720213f1d5c6b66 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 22 Mar 2019 11:34:47 -0400 Subject: Website updates (#1984) --- tools/docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/docs.py') diff --git a/tools/docs.py b/tools/docs.py index 147b76fcc..c35c68cd7 100755 --- a/tools/docs.py +++ b/tools/docs.py @@ -9,7 +9,7 @@ target_path = os.path.join(root_path, "target/") os.chdir(root_path) # Builds into target/doc -run(["cargo", "doc", "--no-deps", "-vv"]) +run(["cargo", "doc", "--all", "--no-deps", "-vv"]) # 'deno --types' is stored in target/debug/gen/lib/lib.deno_runtime.d.ts # We want to run typedoc on that declaration file only. -- cgit v1.2.3