blob: 61cd9e0b2994a54a6bc6dc08b7cc750987060543 [file] [log] [blame]
#!/usr/bin/env sh
# This script builds the Sphinx based documentation.
set -e
python -m sphinx -b html "${SRCROOT}/docs" "${BUILT_PRODUCTS_DIR}/docs/html"