From 3b51cabe9c2a9b763bbd8d7f5fe1f8e28a3eb5e8 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 17 Oct 2016 16:36:56 -0400 Subject: Initial commit; OOB packages --- sphinx-bootstrap-theme/bld.bat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sphinx-bootstrap-theme/bld.bat (limited to 'sphinx-bootstrap-theme/bld.bat') diff --git a/sphinx-bootstrap-theme/bld.bat b/sphinx-bootstrap-theme/bld.bat new file mode 100644 index 0000000..9146a4b --- /dev/null +++ b/sphinx-bootstrap-theme/bld.bat @@ -0,0 +1,8 @@ +"%PYTHON%" setup.py install +if errorlevel 1 exit 1 + +:: 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. -- cgit