Skip to content

Commit

Permalink
enable nitpicky
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Sep 20, 2023
1 parent 3a59462 commit 4ce0195
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source-app/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,16 @@
# "numpy": ("https://docs.scipy.org/doc/numpy/", None),
}

nitpicky = True


nitpick_ignore = [
("py:class", "typing.Self"),
# missing in generated API
("py:exc", "MisconfigurationException"),
# TODO: generated list of all existing ATM, need to be fixed
]

# -- Options for todo extension ----------------------------------------------

# If true, `todo` and `todoList` produce output, else they produce nothing.
Expand Down

0 comments on commit 4ce0195

Please sign in to comment.