I'm trying to use Sphinx to create some HTML divs for each of my methods.
The problem is, I'd like to completely customize the code Sphinx generates.
I believe doing this would require creating a custom directive and telling Sphinx how to parse it.
How would I do that?