Skip to content

Commit

Permalink
filter one more line after warning (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen authored Nov 7, 2021
1 parent ad1306c commit 7e43220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DocTestFilters = [
r"HeteroStateSpace.+?\n"
r"TransferFunction.+?\n"
r"DelayLtiSystem.+?\n"
r"┌ Warning: Keyword argument hover.+"
r"┌ Warning: Keyword argument hover.+?\n.+?\n" # remove next line as well
]
```

Expand Down

0 comments on commit 7e43220

Please sign in to comment.