I would like to share a function definition among a C and Python. It is working nicely, but of course the two languages are different! My issue is: in Python I want to have information about exception, so I put a field:
:raises ValueError: if the message_body exceeds 160 characters which is not part of the C domain. I would have expect to get an error, but instead the field is rendered with wrong formatting. Is there a way to remove that field customizing the C domain? -- 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 https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
