Doc - Disable Sphinx nitpicky mode in CI

This commit is contained in:
Anthony MOI
2020-11-02 11:03:00 -05:00
committed by Anthony MOI
parent 48181db0d8
commit ce04f7982e

View File

@ -32,7 +32,7 @@ jobs:
- name: Build documentation
working-directory: ./docs
run: make clean && make html O="-W --keep-going -n"
run: make clean && make html O="-W --keep-going"
- name: Upload built doc
uses: actions/upload-artifact@v2