Skip to content

Commit 4b845f7

Browse files
committed
Use correct requirements when building docs and turn warnings into errors
1 parent 03d231d commit 4b845f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: python3 -m pip install -r requirements-docs.txt
3737

3838
- name: Build docs
39-
run: jupyter book build .
39+
run: jupyter book build -W .
4040

4141

4242
- name: Cache

0 commit comments

Comments
 (0)