Last active
January 4, 2016 19:33
-
-
Save rdegges/87c8c2795c537c44a257 to your computer and use it in GitHub Desktop.
Install Sphinx build step for Stormpath projects.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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