mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 00:35:35 +00:00
Doc - Disable Sphinx nitpicky mode in CI
This commit is contained in:
2
.github/workflows/docs-check.yml
vendored
2
.github/workflows/docs-check.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build documentation
|
- name: Build documentation
|
||||||
working-directory: ./docs
|
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
|
- name: Upload built doc
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Reference in New Issue
Block a user