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 84bcce6 commit 4e0e9a8Copy full SHA for 4e0e9a8
src/sage_docbuild/conf.py
@@ -647,6 +647,11 @@ def linkcode_resolve(domain, info):
647
\makeatother
648
"""
649
650
+# Enable "hard wrapping" long code lines (only applies if breaking
651
+# long codelines at spaces or other suitable places failed, typically
652
+# this is for long decimal expansions or possibly long string identifiers)
653
+latex_elements['sphinxsetup'] = "verbatimforcewraps=true"
654
+
655
# Documents to append as an appendix to all manuals.
656
# latex_appendices = []
657
0 commit comments