pygments_style for HTML is selected by the theme.

This commit is contained in:
Georg Brandl
2010-02-19 19:58:35 +01:00
parent b2c79111f8
commit b9dd04176f

View File

@@ -271,9 +271,8 @@ Project information
.. confval:: pygments_style
The style name to use for Pygments highlighting of source code. Default is
``'sphinx'``, which is a builtin style designed to match Sphinx' default
style.
The style name to use for Pygments highlighting of source code. The default
style is selected by the theme for HTML output, and ``'sphinx'`` otherwise.
.. versionchanged:: 0.3
If the value is a fully-qualified name of a custom Pygments style class,