weblate/ci/run-docs
Michal Čihař d80064d162 Add documentation validation to Travis
We don't do linkcheck as several links work only with browser...

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-10-24 11:02:24 +02:00

6 lines
115 B
Bash
Executable file
Vendored

#!/bin/bash
set -e
# Build documentation with warnings treated as errors
make -C docs html SPHINXOPTS='-n -W -a'