File: build_docs.sh

package info (click to toggle)
python-transliterate 1.10.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 812 kB
  • sloc: python: 1,973; makefile: 224; sh: 36
file content (5 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/usr/bin/env bash
./scripts/prepare_docs.sh

sphinx-build -n -a -b html docs builddocs
cd builddocs && zip -r ../builddocs.zip . -x ".*" && cd ..