Work around spell checking breakage on contractions

See https://github.com/sphinx-contrib/spelling/issues/37.
draft-2
Olaf Meeuwissen 2020-02-16 17:40:45 +09:00
rodzic c14f02936c
commit 114b01b14f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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