summaryrefslogtreecommitdiff
path: root/share/spack/qa/run-doc-tests
blob: c43779fcaff72d2326068fdb4689145d2477247a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash -e
#
# Description:
#     Builds Spack documentation and checks for
#     possible syntax errors. Treats warnings as
#     fatal errors.
#
# Usage:
#     run-doc-tests
#
. "$(dirname $0)/setup.sh"
check_dependencies sphinx-apidoc sphinx-build dot git hg svn

# Move to documentation directory
# Allows script to be run from anywhere
cd "$SPACK_ROOT/lib/spack/docs"

# Treat warnings as fatal errors
make clean --silent
make SPHINXOPTS=-W