summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-12-22 13:42:30 +0000
committerDamien George <damien.p.george@gmail.com>2014-12-22 13:42:30 +0000
commita37656c1325a0e5afbd469070013aa2ee5184b65 (patch)
tree4b1b21fb65062752c63b7cc74881c1aa1473e870 /docs/library
parent74eb44c392449b54a3f0dcf268ee7448909f7b07 (diff)
downloadmicropython-a37656c1325a0e5afbd469070013aa2ee5184b65.tar.gz
micropython-a37656c1325a0e5afbd469070013aa2ee5184b65.zip
docs: Make admonition for CPy-difference use "attention" class.
This renders it in yellow/orange box on RTD server.
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/sys.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/library/sys.rst b/docs/library/sys.rst
index fa88a0401b..5f5f18b463 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.