Skip to content

Commit

Permalink
Allow failure in doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
d-wortmann committed Jun 19, 2024
1 parent c15d1c3 commit e543b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
include:
- name: docs
sphinx-options: ''
allow-failure: false
allow-failure: true
- name: docs-nitpicky
sphinx-options: '-nW'
allow-failure: true
Expand Down

0 comments on commit e543b5f

Please sign in to comment.