To rebuild the site run:
mkdocs build
To serve the docs run:
mkdocs serve
To verify a file has appropriate commenting to support mkdocs use:
python -m doctest papermill_origami/path/to/file.py
No output means the file has been fully commented and accepted.