build_docs.sh 210 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 # Build the OpenBR documentation as static html # # 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