mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Handle class aliases (like `class Foo: factory = dict`) better in autodoc.
This commit is contained in:
@@ -420,3 +420,5 @@ class Outer(object):
|
||||
|
||||
def meth(self):
|
||||
"""Foo"""
|
||||
|
||||
factory = dict
|
||||
|
||||
Reference in New Issue
Block a user