From 840f03e7c32b037d88ce629bfa3825ac42a349f8 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 21 Sep 2016 14:57:38 -0700 Subject: [PATCH] Don't include dependency docs --- update_doc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_doc.sh b/update_doc.sh index 9e871f3..ec014c0 100755 --- a/update_doc.sh +++ b/update_doc.sh @@ -1,6 +1,6 @@ set -e -cargo doc +cargo doc --no-deps FROM=$(git rev-parse --short HEAD) git checkout gh-pages git fetch && git rebase origin/gh-pages