Commit 84443836 by benjaoming

do not build docs in build-sdist, it's not needed

parent bf68a1c6
......@@ -18,10 +18,10 @@ git log --graph --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit | sed "s
echo "Compiling LESS files to CSS..."
./build-less.sh
echo "Building docs..."
cd docs
make html
cd ..
#echo "Building docs..."
#cd docs
#make html
#cd ..
echo "Building model chart PDF (needs graphviz)..."
cd testproject/
......@@ -32,3 +32,7 @@ echo "Building Python source distribution..."
rm -Rf *egg-info/
python setup.py sdist
echo "OK, done. But ensure that you have pypandoc installed so the README.rst file is made for PyPi.. otherwise rerun."
echo "Now run python setup.py sdist upload"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment