aboutsummaryrefslogtreecommitdiffstats
path: root/checkspelling.sh
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2018-01-12 14:54:19 +0300
committerWaylan Limberg <waylan.limberg@icloud.com>2018-01-12 23:15:45 -0500
commit6d1537ac5e528db9e91cf905f507bb409e546d2c (patch)
treeb72798fe194dddd08629d7d9eda5fef61b5e83b4 /checkspelling.sh
parentcd7324333a995eeb62a3e6eacdb3b179c6256133 (diff)
downloadmarkdown-6d1537ac5e528db9e91cf905f507bb409e546d2c.tar.gz
markdown-6d1537ac5e528db9e91cf905f507bb409e546d2c.tar.bz2
markdown-6d1537ac5e528db9e91cf905f507bb409e546d2c.zip
docs: Remove references to header_id.md page.
The page was removed along with the extension in 1127013. Also ensure any future MkDocs warnings cause the build to fail in the tests so we don't introduce similar errors in the future.
Diffstat (limited to 'checkspelling.sh')
-rwxr-xr-xcheckspelling.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkspelling.sh b/checkspelling.sh
index ac794f7..acd504e 100755
--- a/checkspelling.sh
+++ b/checkspelling.sh
@@ -1,7 +1,7 @@
#!/bin/bash
echo "Building docs..."
-mkdocs build
+mkdocs build --strict
if [ $? -ne 0 ]; then
exit 1
fi