diff options
Diffstat (limited to 'sphinx_rtd_theme/build.sh')
-rw-r--r-- | sphinx_rtd_theme/build.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sphinx_rtd_theme/build.sh b/sphinx_rtd_theme/build.sh new file mode 100644 index 0000000..3f50b74 --- /dev/null +++ b/sphinx_rtd_theme/build.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +$PYTHON setup.py install + +# Add more build steps here, if they are necessary. + +# See +# http://docs.continuum.io/conda/build.html +# for a list of environment variables that are set during the build process. |