Skip to content

Commit

Permalink
code snippet should not be a translation target
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizukawa committed Mar 25, 2019
1 parent bcad2b2 commit a224615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/cmd/build.py
Expand Up @@ -66,7 +66,7 @@ def handle_exception(app, args, exception, stderr=sys.stderr):
print(__('This can happen with very large or deeply nested source '
'files. You can carefully increase the default Python '
'recursion limit of 1000 in conf.py with e.g.:'), file=stderr)
print(__(' import sys; sys.setrecursionlimit(1500)'), file=stderr)
print(' import sys; sys.setrecursionlimit(1500)', file=stderr)
else:
print(red(__('Exception occurred:')), file=stderr)
print(format_exception_cut_frames().rstrip(), file=stderr)
Expand Down

0 comments on commit a224615

Please sign in to comment.