在警告语中包含文字块

时间:2018-07-24 12:17:27

标签: python-sphinx restructuredtext

我是RST新手。我想创建一个包含一行代码的警告块。

这里有四次尝试:

.. WARNING:: Base case - This doesn't format the next line as a literal::
   $ ls /

.. WARNING:: Split over two lines - This still doesn't format the next line
   as a literal::
   $ ls /

.. WARNING:: Indented - Still no luck::
     $ ls /

.. WARNING:: Split line AND indented. Works, but gives a warning "Unexpected
   indentation"::
     $ ls /

这是Sphinx的结果。

Output from Sphinx

最后一个示例给出了我想要的输出,但是运行它时,我从Sphinx得到了警告。

我想念什么?

1 个答案:

答案 0 :(得分:0)

我解决了这个问题。发布后不久,我通过按任意按钮随机找到了答案,直到起作用:

unsigned char