This is a sample project for demonstrating a bug in Sphinx's handling of attrs'
"next generation" API. When a class is defined with @attr.s
, type
annotations on the attributes appear in the documentation, but they do not
appear when the class is defined with @attr.define
.
Bug report: <sphinx-doc/sphinx#9752>