Skip to content

Commit

Permalink
Limit docs analysis warnings for newly added types
Browse files Browse the repository at this point in the history
  • Loading branch information
SethMMorton committed Dec 25, 2024
1 parent d63dc73 commit 27c406b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
('py:class', 'OpenBinaryModeUpdating'),
('py:class', 'OpenBinaryModeWriting'),
('py:class', 'OpenTextMode'),
('py:class', '_IgnoreFn'),
('py:class', '_CopyFn'),
('py:class', '_Match'),
('py:class', '_OnErrorCallback'),
('py:class', '_OnExcCallback'),
('py:class', 'os.statvfs_result'),
('py:class', 'ModuleType'),
]

# Include Python intersphinx mapping to prevent failures
Expand Down

0 comments on commit 27c406b

Please sign in to comment.