mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
refactor: autodoc: Add EMPTY that matches to no members
Add a special class `_Empty` to make the comparison of :exclude-members: option simply. It never matches to any members.
This commit is contained in:
@@ -26,6 +26,11 @@ The following is a list of deprecated interfaces.
|
||||
- (will be) Removed
|
||||
- Alternatives
|
||||
|
||||
* - ``sphinx.ext.autodoc.members_set_option()``
|
||||
- 3.2
|
||||
- 5.0
|
||||
- N/A
|
||||
|
||||
* - ``sphinx.ext.autodoc.merge_special_members_option()``
|
||||
- 3.2
|
||||
- 5.0
|
||||
|
||||
Reference in New Issue
Block a user