Skip to content

Commit

Permalink
DEV: Fail on Sphinx issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 authored Jan 11, 2024
1 parent cfd8712 commit 9178a5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ jobs:
- name: Test with mypy
run : |
mypy pypdf
- name: Test docs build
run: |
pip install -r requirements/docs.txt
sphinx-build -n -W --keep-going -T -b html docs build/sphinx/html
package:
name: Build & verify package
Expand Down

0 comments on commit 9178a5c

Please sign in to comment.