Syntax Higlighter - microlight ================================= The ace syntax highlighter uses the `microlight `_ library to render the source code block. Themes -------- The following are the supported themes: .. raw:: html
html_theme_options = {
        'syntax_highlighter': 'microlight',
        'code_block_editable': False,
    }