mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add a note for future maintenance by TeX hackers
This commit is contained in:
parent
c220ae3ecb
commit
3bbfbadce5
@ -226,7 +226,6 @@ Includes
|
||||
With both ``start-after`` and ``lines`` in use, the first line as per
|
||||
``start-after`` is considered to be with line number ``1`` for ``lines``.
|
||||
|
||||
|
||||
Caption and name
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
|
@ -898,9 +898,12 @@
|
||||
% Allow breaks at special characters using \PYG... macros.
|
||||
\sphinxbreaksatspecials
|
||||
% Breaks at punctuation characters . , ; ? ! and / (needs catcode activation)
|
||||
% Hacker note: mark-up should not use codes=... option of Verbatim, but
|
||||
% codes*=..., and \fvset{codes=...} if added by raw latex will be overwritten
|
||||
\def\FancyVerbCodes{\sphinxbreaksviaactive}%
|
||||
\else % end of conditional code for wrapping long code lines
|
||||
\let\sphinx@FancyVerbFormatLine\FancyVerbFormatLine
|
||||
\let\FancyVerbCodes\@empty % only for clarity
|
||||
\fi
|
||||
\renewcommand\FancyVerbFormatLine[1]{%
|
||||
\expandafter\sphinx@verbatim@checkifhl
|
||||
|
Loading…
Reference in New Issue
Block a user