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'"