Commit 1992daf5102d44728cbedd161defe9707935e259

Authored by Jordan Cheney
1 parent a45b398f

build_docs.sh builds plugin documentation now

Showing 1 changed file with 4 additions and 0 deletions
docs/build_docs.sh
... ... @@ -3,4 +3,8 @@
3 3 # NOTE: This requires mkdocs to be installed. Please see DOCS.md file for
4 4 # instructions
5 5  
  6 +cd scripts
  7 +python generate_plugin_docs.py
  8 +cd ..
  9 +
6 10 mkdocs build --clean
... ...