summaryrefslogtreecommitdiffstats
path: root/scripts/make-doc.sh
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2020-07-01 13:26:23 +0200
committerTomas Krizek <tomas.krizek@nic.cz>2020-07-01 13:28:20 +0200
commit2a0fb999112d9b18570b3e6a336cdfee5ec9f5d5 (patch)
treee1abc816b9bb9f4fded23d69a3118c91f307ab1a /scripts/make-doc.sh
parentdistro/rpm: use opensuse license format (diff)
downloadknot-resolver-2a0fb999112d9b18570b3e6a336cdfee5ec9f5d5.tar.xz
knot-resolver-2a0fb999112d9b18570b3e6a336cdfee5ec9f5d5.zip
doc: default to ignoring warning during doc build
Add new target doc-strict for development to detect warnings, but avoid failing package builds due to documentation warnings.
Diffstat (limited to '')
-rwxr-xr-xscripts/make-doc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-doc.sh b/scripts/make-doc.sh
index e5b86eb3..9d476121 100755
--- a/scripts/make-doc.sh
+++ b/scripts/make-doc.sh
@@ -14,4 +14,4 @@ fi
set -o errexit -o nounset
rm -rf doc/html
-${SPHINX} -W -b html -d doc/.doctrees doc doc/html
+${SPHINX} ${@} -b html -d doc/.doctrees doc doc/html