Skip to content

Instantly share code, notes, and snippets.

@rdegges
Last active January 4, 2016 19:33
Show Gist options
  • Save rdegges/87c8c2795c537c44a257 to your computer and use it in GitHub Desktop.
Save rdegges/87c8c2795c537c44a257 to your computer and use it in GitHub Desktop.
Install Sphinx build step for Stormpath projects.
# This script will install Sphinx for building project documentation if,
# and only if, an environment variable named `BUILD_DOCS` is present.
test -z "$BUILD_DOCS" || pip --quiet install --user sphinx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment