diff -r f0d08bdeacf4 -r 6762afd9f963 ThirdParty/Pygments/pygments/sphinxext.py --- a/ThirdParty/Pygments/pygments/sphinxext.py Sun Apr 23 16:40:31 2017 +0200 +++ b/ThirdParty/Pygments/pygments/sphinxext.py Tue Apr 25 18:36:38 2017 +0200 @@ -6,7 +6,7 @@ Sphinx extension to generate automatic documentation of lexers, formatters and filters. - :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ @@ -57,6 +57,7 @@ ''' + class PygmentsDoc(Directive): """ A directive to collect all lexers/formatters/filters and generate