You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this can trivially fixed: this sphinx extension just generates the block, and the line numbers are later added by sphinx. We've no control over line numbers, so there's not much we can do on our end.
The lines in the output of
.. runblock:: pycon
are too small. When use with the:linenos:
flag, the line numbers don't match code lines.For example
produces
The text was updated successfully, but these errors were encountered: