Skip to content

Commit 3299218

Browse files
committed
LaTeX: Add missing hllines setting for streams
See sphinx-doc/sphinx#5810.
1 parent 7024419 commit 3299218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nbsphinx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@
201201
{%- else %}
202202
\\sphinxsetup{VerbatimColor={named}{white}}
203203
{%- endif %}
204+
\\fvset{hllines={, ,}}%
204205
\\begin{sphinxVerbatim}[commandchars=\\\\\\{\\}]
205206
{{ output.data[datatype] | escape_latex | ansi2latex | indent | indent }}
206207
\\end{sphinxVerbatim}

0 commit comments

Comments
 (0)