From e88cb8786767a321d1cc9219685f5718fba03503 Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 21 Jan 2022 00:58:26 +0100 Subject: [PATCH] Trigger build in doc level --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index e1b5f185cc..bd5d330ddb 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -117,7 +117,7 @@ quick: @echo "Documentation built (single version, no autodocs)." @echo "To see result, open evennia/docs/build/html/index.html in a browser." -# abort on warnings too +# abort on warnings too (not working atm) quickstrict: SPHINXOPTS=-W make quick