Is there any way to mark a class and/or method as deprecated in Sphinx? I can only find a deprecated option for modules.
Using a generic admonition would work, but wouldn't carry the semantic meaning.
Is there any way to mark a class and/or method as deprecated in Sphinx? I can only find a deprecated option for modules.
Using a generic admonition would work, but wouldn't carry the semantic meaning.
I think you're looking for deprecated
.