File: rebuild_docs.sh

package info (click to toggle)
python-tld 0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,008 kB
  • sloc: python: 12,972; sh: 119; makefile: 19
file content (5 lines) | stat: -rwxr-xr-x 242 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env bash
./scripts/clean_up.sh
sphinx-apidoc src/tld src/tld/tests/* --full -o docs -H 'tld' -A 'Artur Barseghyan <artur.barseghyan@gmail.com>' -f -d 20
cp docs/conf.py.distrib docs/conf.py
cp docs/index.rst.distrib docs/index.rst