Closed rino0601 closed 3 years ago
Hello,
I confirm that this is an issue with versionadded
and versionchanged
.
The Sphinx adapter shouldn't call the base class wrapper for this kind of directives to avoid the warning.
Can you make a PR with an unit test (or fix the existing unit tests)?
Regards
According to the this example
versionadded
should not emit the warning, but when I run the test code it does.Expected Behavior
I expected this will work fine
Actual Behavior
when I run pytest...
Environment