Skip to content

Commit

Permalink
Ignore sphinx warnings from types.ModuleType
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Jun 4, 2024
1 parent aa2f6a2 commit c8eb84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
('py:class', 'pyopencl._cl.Device'),
('py:class', 'pyopencl._cl.Kernel'),
('py:class', 'QWebView'),
('py:class', 'types.ModuleType'),
('py:class', 'unittest.suite.TestSuite'),
('py:class', 'wx.Frame'),
# autodoc and namedtuple is completely broken
Expand Down

0 comments on commit c8eb84e

Please sign in to comment.