Skip to content

Commit

Permalink
Add nitpick ignores that are only needed in CI (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek authored Jun 26, 2024
1 parent 02018d9 commit 0b02f23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@

nitpick_ignore = [
*[("py:class", f"svcs._core.T{i}") for i in range(1, 11)],
# This only fails in CI!?
*[("py:class", f"T{i}") for i in range(1, 11)],
# Welcome, MkDocs projects. :(
("py:class", "FastAPI"),
("py:class", "Starlette"),
Expand Down

0 comments on commit 0b02f23

Please sign in to comment.