summaryrefslogtreecommitdiffstats
path: root/builddocs.sh
blob: 6bd05b80a5620e900acf98379ae94bc70cc111d3 (plain)
1
2
3
4
#!/usr/bin/env 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'"