From 114b01b14f8a9a9e5bbe3cfe4f16d45512805580 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Sun, 16 Feb 2020 17:40:45 +0900 Subject: [PATCH] Work around spell checking breakage on contractions See https://github.com/sphinx-contrib/spelling/issues/37. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd154a6..9870d32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,8 +17,8 @@ test: # Prevent versioning support from kicking in as that breaks # sphinx-build invocations. - unset CI - - sphinx-build -M linkcheck . _build/ - sphinx-build -M spelling . _build/ -W --keep-going + - sphinx-build -M linkcheck . _build/ pages: stage: publish