diff -r 1dd52aa8897c -r e8f3b5568b21 ThirdParty/Pygments/pygments/sphinxext.py --- a/ThirdParty/Pygments/pygments/sphinxext.py Sat Jan 12 12:11:42 2019 +0100 +++ b/ThirdParty/Pygments/pygments/sphinxext.py Sat Jan 12 12:40:14 2019 +0100 @@ -16,7 +16,7 @@ from docutils import nodes from docutils.statemachine import ViewList -from sphinx.util.compat import Directive +from docutils.parsers.rst import Directive from sphinx.util.nodes import nested_parse_with_titles