mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #4952 from tk0miya/refactor_autodoc
autodoc: Remove unused dummy class; testcls
This commit is contained in:
commit
570d798a1f
@ -1538,15 +1538,3 @@ def setup(app):
|
||||
app.add_event('autodoc-skip-member')
|
||||
|
||||
return {'version': sphinx.__display_version__, 'parallel_read_safe': True}
|
||||
|
||||
|
||||
class testcls:
|
||||
"""test doc string"""
|
||||
|
||||
def __getattr__(self, x):
|
||||
# type: (Any) -> Any
|
||||
return x
|
||||
|
||||
def __setattr__(self, x, y):
|
||||
# type: (Any, Any) -> None
|
||||
"""Attr setter."""
|
||||
|
Loading…
Reference in New Issue
Block a user