Files
sphinx/doc
EricFromCanada a63e4945ea Add highlight_options configuration value
This changeset adds the `highlight_options` configuration value, which
specifies a dict of key-value pairs to pass to the Pygments highlighter
specified with `highlight_language`. For example, specifying
`highlight_options = {'funcnamehighlighting' : False}` for the 'php'
lexer will disable function name highlighting.
Both the HTML and LaTeX writers have been updated to include the
options when calling `highlight_block()`, as long as the currently
selected language matches what was set with `highlight_language`, i.e.
not when modified by `highlight::` or `code-block::` directives.
2015-01-05 12:58:43 -05:00
..
2015-01-02 13:51:31 +01:00
2015-01-03 21:41:14 +01:00
2015-01-02 13:51:31 +01:00
2014-12-05 19:44:05 +09:00
2014-08-15 13:38:02 +09:00
2014-10-09 00:57:01 +09:00
2014-09-21 20:23:24 +02:00
2014-08-30 20:20:19 +09:00
2014-09-19 13:18:29 +02:00
2015-01-03 21:41:14 +01:00
2015-01-02 13:51:31 +01:00
2008-06-23 12:35:22 +00:00
2015-01-02 13:51:31 +01:00
2015-01-02 13:51:31 +01:00
2014-10-30 10:13:54 +09:00
2014-01-19 17:49:57 +01:00
2014-08-30 20:20:19 +09:00
2014-08-15 16:49:11 +09:00
2014-09-14 17:26:13 +00:00