I am using Sphinx to generate HTML documentation for a Python program.
I would like to use the generic admonition
directive with a specific title and have it marked up in a way I can define, for example like content generated with the note
directive, i.e., boxed, but with a different color (most Admonitions are not specially styled).
How do I best go about this?
admonition
; Bud's answer is perfectly fine. – Airframe