File: rebuild_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 (6 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#./scripts/uninstall.sh
#./scripts/install.sh
rm docs/*.rst
rm -rf builddocs/
sphinx-apidoc src/transliterate --full -o docs -H 'transliterate' -A 'Artur Barseghyan <artur.barseghyan@gmail.com>' -V '0.1' -f -d 20
cp docs/conf.distrib docs/conf.py