Syntax Higlighter - microlight

The ace syntax highlighter uses the microlight library to render the source code block.

Themes

The following are the supported themes:

html_theme_options = {
    'syntax_highlighter': 'microlight',
    'code_block_editable': False,
}