Improving the docs build script

This commit is contained in:
Maxime Beauchemin 2016-03-24 08:06:41 -07:00
parent 21d1c0a1b5
commit 10a1eddaa7
1 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,5 @@
rm -rf _build
make html
cp -r ../dashed/assets/images/ _build/html/_static/img/
rm -rf /tmp/dashed-docs
cp -r _build/html /tmp/dashed-docs