From a37656c1325a0e5afbd469070013aa2ee5184b65 Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Mon, 22 Dec 2014 13:42:30 +0000
Subject: [PATCH] docs: Make admonition for CPy-difference use "attention"
 class.

This renders it in yellow/orange box on RTD server.
---
 docs/library/sys.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/library/sys.rst b/docs/library/sys.rst
index fa88a0401..5f5f18b46 100644
--- a/docs/library/sys.rst
+++ b/docs/library/sys.rst
@@ -18,6 +18,7 @@ Functions
    ``sys.stdout`` by default).
 
    .. admonition:: Difference to CPython
+      :class: attention
 
       This function appears in the ``traceback`` module in CPython.
 
-- 
GitLab