weblate/ci/run-docs
Michal Čihař 037e507197 Machinery: Allow to specify domain for Microsoft Translator
The reginal URLs might give better performance.
2020-03-17 12:48:55 +01:00

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'