File: build.sh

package info (click to toggle)
python-trame-server 3.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 480 kB
  • sloc: python: 4,075; javascript: 5; sh: 4; makefile: 3
file content (9 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

# Clean up the current documentation
rm -rf dist
mkdir dist

# Build and open
sphinx-build source dist
google-chrome ./dist/index.html