build.sh 68 B

1234
  1. #!/bin/bash
  2. rm -fR _build/html
  3. sphinx-build -b html . _build/html/