mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-26 15:24:57 +08:00
We don't do linkcheck as several links work only with browser... Signed-off-by: Michal Čihař <michal@cihar.com>
6 lines
115 B
Bash
Executable file
Vendored
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'
|