File: doc8.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 (10 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
# Since doc8 seems to ignore settings, we have to check things manually.
# Once that is fixed, switch back to a single `doc8` call.
doc8 *.rst
doc8 *.md
doc8 *.txt
doc8 docs/
doc8 benchmarks/*.rst
doc8 examples/*.rst
doc8 jupyter/*.rst