mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
7 lines
169 B
ReStructuredText
7 lines
169 B
ReStructuredText
Literal Includes with Highlighted Lines
|
|
=======================================
|
|
|
|
.. literalinclude:: target.py
|
|
:language: python
|
|
:emphasize-lines: 6-7, 16-19, 29-
|