Add Pygments support to the default sourcecode directive.

It is now possible to have highlited sourcecode using the ``::`` syntax.
This commit is contained in:
Alexis Metaireau 2011-06-18 18:59:44 +02:00
commit 95b44ef8bf
2 changed files with 2 additions and 1 deletions

View file

@ -26,7 +26,7 @@ And here comes the cool stuff_.
:width: 600 px
:alt: alternate text
.. code-block:: python
::
>>> from ipdb import set_trace
>>> set_trace()