Skip to content

Commit

Permalink
Use 'friendly' pygments style.
Browse files Browse the repository at this point in the history
The 'sphinx' style now has a dull green background which is ugly and hard to read.
  • Loading branch information
m-renaud committed Sep 28, 2018
1 parent ede9033 commit f74d79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -48,7 +48,7 @@
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = 'friendly'

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False
Expand Down

0 comments on commit f74d79a

Please sign in to comment.