Documentation: Switch syntax highlighting (pygments) style to monokai

It suits our dark background coloring better.
This commit is contained in:
Kai Huuhko 2015-03-04 11:21:59 +02:00
parent aabeef1bae
commit 2dcc34230e
1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ exclude_patterns = ['_build']
#show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = 'monokai'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
@ -180,7 +180,7 @@ else:
color = 'gray10', # border color (should be #202020)
fontcolor = 'white',
font = 'sans',
)
inheritance_edge_attrs = dict(
color = 'dodgerblue3', # arrow color (should be #4399FF)