Skip to content

Commit

Permalink
Ignore nonexistent types
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Aug 2, 2023
1 parent 6b11045 commit 91e40c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@

autoclass_content = "init"

nitpick_ignore = [
("py:class", "size_t"),
("py:class", "void"),
]


def setup(app):
app.add_js_file("copybutton_pydocs.js")
Expand Down

0 comments on commit 91e40c1

Please sign in to comment.