diff options
author | Georg Brandl <georg@python.org> | 2014-01-11 08:44:45 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-11 08:44:45 +0100 |
commit | 82232d9a40fbfe52da672e526364b3ba651ddbc0 (patch) | |
tree | 7e1facc5fc101e3c21bedc7a2b8446aa346ecc13 /tests | |
parent | 7ae642f2b292e85c8f934fd05a48362e9b90d3c4 (diff) | |
download | sphinx-82232d9a40fbfe52da672e526364b3ba651ddbc0.tar.gz |
Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` directives
#to start at an arbitrary line number, with a new ``lineno-start`` option.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/root/includes.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/root/includes.txt b/tests/root/includes.txt index 904f0677..08917811 100644 --- a/tests/root/includes.txt +++ b/tests/root/includes.txt @@ -40,6 +40,7 @@ Literalinclude options .. cssclass:: inc-lines .. literalinclude:: literal.inc :lines: 6-7,9 + :lineno-start: 6 .. cssclass:: inc-startend .. literalinclude:: literal.inc |