554d50
diff -ur Pygments-2.2.0/pygments/sphinxext.py Pygments-2.2.0.patch/pygments/sphinxext.py
554d50
--- Pygments-2.2.0/pygments/sphinxext.py	2017-01-22 16:01:32.000000000 -0500
554d50
+++ Pygments-2.2.0.patch/pygments/sphinxext.py	2018-03-19 12:57:52.099927570 -0400
554d50
@@ -16,7 +16,7 @@
554d50
 
554d50
 from docutils import nodes
554d50
 from docutils.statemachine import ViewList
554d50
-from sphinx.util.compat import Directive
554d50
+from docutils.parsers.rst import Directive
554d50
 from sphinx.util.nodes import nested_parse_with_titles
554d50
 
554d50