v1.2.11 - Bug fix Release
- Fix packit configuration: use
upstream_tag_template: v{version}
. - Fix #33: Change the class ~deprecated.sphinx.SphinxAdapter: add
theline_length
keyword argument to the constructor to specify the
max line length of the directive text. Sphinx decorators also accept
theline_length
argument. - Fix #34:
versionadded
andversionchanged
decorators don't emit
DeprecationWarning
anymore on decorated classes.