Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
1992daf5102d44728cbedd161defe9707935e259
Authored by
Jordan Cheney
2015-06-05 18:13:12 -0400
1 parent
a45b398f
build_docs.sh builds plugin documentation now
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
docs/build_docs.sh
docs/build_docs.sh
View file @
1992daf
...
...
@@ -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
...
...