Hi all, I am currently using Sphinx to document a REST interface in conjunction with httpdomain (https://pythonhosted.org/sphinxcontrib-httpdomain/). I would like to modify the HTML rendering of e.g. the parameter list (see previous link for an example). For example, I'd like to remove the bullet points before the parameters, align the list with the heading above it and put the parameter type just below its name. What is the best way to achieve this?
I have tried modifying the HTMLWriter and through some trial and error managed to get some way there. Another option is changing the CSS which is an easy way to remove bullet points but not aligning the parameters with the heading. I also looked at modifying the templates but this does seem fine-grained enough to achieve what I wanted. Any help is greatly appreciated, Charanpal -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
