mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-16 11:08:23 +06:00
Have documentation fail on warning (#5189)
* Have documentation fail on warning
* Force ci failure
* Revert "Force ci failure"
This reverts commit f0a4666ec2
.
This commit is contained in:
parent
1262495a91
commit
4e741efa92
@ -73,7 +73,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: sudo pip install .[tf,torch,docs]
|
- run: sudo pip install .[tf,torch,docs]
|
||||||
- run: cd docs && make html
|
- run: cd docs && make html SPHINXOPTS="-W"
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: ./docs/_build
|
path: ./docs/_build
|
||||||
deploy_doc:
|
deploy_doc:
|
||||||
|
Loading…
Reference in New Issue
Block a user