Skip to content

Commit e72c622

Browse files
committed
🐛 don't fail on warnings (especially with nitpicky mode enabled)
1 parent 50a3ecb commit e72c622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build documentation
3535
run: |
3636
cd docs
37-
sphinx-build -n -W --keep-going -b html ./ ./_build/
37+
sphinx-build -n --keep-going -b html ./ ./_build/
3838
- name: save artifacts
3939
uses: actions/upload-artifact@v3
4040
with:

0 commit comments

Comments
 (0)