omkar-foss commented on issue #41532: URL: https://github.com/apache/airflow/issues/41532#issuecomment-2407823769
Hi, as discussed on [this slack thread](https://apache-airflow.slack.com/archives/CJ1LVREHX/p1728613078488099), there are a few Sphinx directives that can be explored that help do this without direct CSS changes: - `.. error::` - https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-error - `.. note::` - https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-note - `.. attention::` - https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-attention I suppose any that looks fine and catches the user's attention should be good enough. cc: @ashb (thanks for the suggestion) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
