File: build.sh

package info (click to toggle)
tuiwidgets 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,852 kB
  • sloc: cpp: 70,959; python: 655; sh: 39; makefile: 24
file content (10 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#! /bin/bash

if [ ! -e ../../sphinx-v5/bin/sphinx-build ]; then
    echo "pleas install www.sphinx-doc.org to ../../sphinx-v5"
    exit 1
fi

../../sphinx-v5/bin/sphinx-build -b html . _build -a -d _doctrees -n -E "$@"

./sphinxlint.py --disable "trailing-whitespace" --enable default-role