code
.. code:: python def my_function(): "just a test" print 8/2
或者,您可以使用Pygments进行语法突出显示.见答案Using Pygments in ReST documents和this.
最后,您还可以使用this或this blogpost中的代码.
更新如评论中所述,要获取Pygments使用的样式文件,请使用该命令
pygmentize -S default -f html -a .highlight > style.css
这将生成Pygments CSS样式文件style.css.