sphinx-doc / alabaster

Lightweight, configurable Sphinx theme
http://alabaster.readthedocs.io/
Other
738 stars 189 forks source link

Tips are formatted with a red frame #81

Open vmalloc opened 8 years ago

vmalloc commented 8 years ago

When adding:

.. tip:: Something

It gets formatted using a red notice frame, which is not appropriate for tips. I believe it should have the same formatting as regular notes

bitprophet commented 8 years ago

Didn't even know .. tip:: was a thing. Probably just needs some specific styling. Thanks for the report.

I wonder if this means some deeper, untouched-by-us styling is giving all note-y/admonishment-y things red styling, which things like .. note:: then override; this has come up before IIRC. If so we may want to disable that & make sure places it is expected, get it explicitly added.