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.
Is this correct? If so, can anyone point me to a good lesson on creating custom directives; ironically the documentation on this is sparse.