Skip to content

Commit

Permalink
nitpick ignore Qbfields
Browse files Browse the repository at this point in the history
  • Loading branch information
federicazanca committed Jul 9, 2024
1 parent 40ccd2d commit 5d23ce7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,7 @@

# Warnings to ignore when using the -n (nitpicky) option
# We should ignore any python built-in exception, for instance
nitpick_ignore = [
("py:class", "Logger"),
("py:class", "QbFields")
]
nitpick_ignore = [("py:class", "Logger"), ("py:class", "QbFields")]


def run_apidoc(_):
Expand Down

0 comments on commit 5d23ce7

Please sign in to comment.