We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936859d commit bd7ae35Copy full SHA for bd7ae35
jupyter_sphinx/execute.py
@@ -187,6 +187,8 @@ def run(self):
187
self.assert_has_content()
188
content = self.content
189
190
+ # The code fragment is taken from CodeBlock directive almost unchanged:
191
+ # https://github.com/sphinx-doc/sphinx/blob/0319faf8f1503453b6ce19020819a8cf44e39f13/sphinx/directives/code.py#L134-L148
192
emphasize_linespec = self.options.get('emphasize-lines')
193
if emphasize_linespec:
194
try:
0 commit comments