From 3115b57145dc0aa4046b61b0ccfc4a45133ab8d9 Mon Sep 17 00:00:00 2001 From: Nick B Date: Sat, 11 Mar 2017 14:53:48 +0000 Subject: [PATCH] Use newer release of Pygments * Includes [Haskell types fix by @teh](https://bitbucket.org/birkenfeld/pygments-main/pull-requests/685/two-haskell-fixes/diff) * Local docs build then exhibit proper Haskell highlighting including type literals etc Fixes #359 --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 93ddeccc..0da23641 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -10,7 +10,7 @@ Jinja2==2.8 livereload==2.4.1 MarkupSafe==0.23 pathtools==0.1.2 -Pygments==2.1.1 +Pygments==2.2.0 pytz==2015.7 PyYAML==3.11 recommonmark==0.4.0