build.sh 113 B

1234
  1. #! bin/bash
  2. # script used to build documentation from setup.py build command
  3. cd docs && make clean && make html