module documentation

Highlight code blocks using Pygments.

Class PygmentsBridge Undocumented
Variable escape_hl_chars Undocumented
Variable lexer_classes Undocumented
Variable lexers Undocumented
Variable logger Undocumented
Constant _LATEX_ADD_STYLES Undocumented
escape_hl_chars = (source)

Undocumented

Undocumented

Undocumented

Undocumented

_LATEX_ADD_STYLES: str = (source)

Undocumented

Value
'''
% Sphinx redefinitions
% Originally to obtain a straight single quote via package textcomp, then
% to fix problems for the 5.0.0 inline code highlighting (captions!).
% The \\text is from amstext, a dependency of sphinx.sty.  It is here only
% to avoid build errors if for some reason expansion is in math mode.
\\def\\PYGZbs{\\text\\textbackslash}
...