summaryrefslogtreecommitdiffstats
path: root/builddocs.sh
blob: 41e48a45ced96b276d234aa4156968065602c4a6 (plain)
1
2
3
4
#!/bin/bash
mkdocs build
echo "The HTML files for the documentation can be found in the site/ subdirectory."
echo "To view the docs in a browser run 'mkdocs serve'"