[commit: ghc] master: users-guide: Use tango pygments style (8eefdf0)
git at git.haskell.org
git at git.haskell.org
Wed Nov 18 12:06:47 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8eefdf0e5267c13fa0a7ffe6cc1743b2931abc35/ghc
>---------------------------------------------------------------
commit 8eefdf0e5267c13fa0a7ffe6cc1743b2931abc35
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Nov 18 13:06:50 2015 +0100
users-guide: Use tango pygments style
>---------------------------------------------------------------
8eefdf0e5267c13fa0a7ffe6cc1743b2931abc35
docs/users_guide/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/conf.py b/docs/users_guide/conf.py
index eef8f4c..dd369b1 100644
--- a/docs/users_guide/conf.py
+++ b/docs/users_guide/conf.py
@@ -27,7 +27,7 @@ release = version # The full version, including alpha/beta/rc tags.
# Syntax highlighting
highlight_language = 'haskell'
-pygments_style = 'colorful'
+pygments_style = 'tango'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
More information about the ghc-commits
mailing list