From 1992daf5102d44728cbedd161defe9707935e259 Mon Sep 17 00:00:00 2001 From: Jordan Cheney Date: Fri, 5 Jun 2015 18:13:12 -0400 Subject: [PATCH] build_docs.sh builds plugin documentation now --- docs/build_docs.sh | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/docs/build_docs.sh b/docs/build_docs.sh index 4bdf83a..f2fc0ab 100644 --- a/docs/build_docs.sh +++ b/docs/build_docs.sh @@ -3,4 +3,8 @@ # NOTE: This requires mkdocs to be installed. Please see DOCS.md file for # instructions +cd scripts +python generate_plugin_docs.py +cd .. + mkdocs build --clean -- libgit2 0.21.4