Skip to content

Commit 2314172

Browse files
committed
Make sphinx warnings fail CI
1 parent fabb179 commit 2314172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run pydocstyle
4444
run: pydocstyle praw
4545
- name: Run sphinx
46-
run: sphinx-build --keep-going docs/ /tmp/foo
46+
run: sphinx-build -W --keep-going docs/ /tmp/foo
4747
strategy:
4848
matrix:
4949
os: [macOS-latest, ubuntu-latest, windows-latest]

0 commit comments

Comments
 (0)