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.

link|improve this question

64% accept rate
feedback

1 Answer

up vote 1 down vote accepted

If you are are looking to customize the the HTML that is generated, try modifying the HTML builder. Make a copy of the existing HTML builder and customize it to your liking. The builder documentation may also help.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.