如何将外部文件包含为类似于代码块的 Sphinx 文档?

How to include external file as Sphinx documentation similar to a code block?

如何将外部文件包含为类似于代码块的 Sphinx 文档?

我该如何设置语法颜色的样式?

在此处找到:http://sphinx-doc.org/markup/code.html

.. literalinclude :: <path/to/file>
   :language: <file_language>