mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-26 03:07:05 +08:00
6 lines
134 B
Bash
Executable file
6 lines
134 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
# Build documentation with warnings treated as errors
|
|
make -C docs ${1:-html} SPHINXOPTS='-n -W -a --keep-going'
|