mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5274 from tk0miya/refactor_config_Any
Use typing.Any for config type hinting instead
This commit is contained in:
commit
ea03d0666f
@ -49,10 +49,6 @@ ConfigValue = NamedTuple('ConfigValue', [('name', str),
|
||||
('rebuild', Union[bool, unicode])])
|
||||
|
||||
|
||||
#: represents the config value accepts any type of value.
|
||||
Any = object()
|
||||
|
||||
|
||||
class ENUM(object):
|
||||
"""represents the config value should be a one of candidates.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user