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