Skip to content

Commit fbe476a

Browse files
authored
Switch to using 'friendly' pygments style for docs. (#567)
The 'sphinx' style changed to have a dull green background colour which is ugly and more difficult to read. The 'friendly' style has a neutral background and is nicer to look at (and looks like what the 'sphinx' style used to look like).
1 parent 003b7a6 commit fbe476a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
4848

4949
# The name of the Pygments (syntax highlighting) style to use.
50-
pygments_style = 'sphinx'
50+
pygments_style = 'friendly'
5151

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

0 commit comments

Comments
 (0)