diff options
author | Anteru <bitbucket@ca.sh13.net> | 2019-04-30 15:52:31 +0000 |
---|---|---|
committer | Anteru <bitbucket@ca.sh13.net> | 2019-04-30 15:52:31 +0000 |
commit | 28a21bdafa1b73d5515de18bd263797af61c2471 (patch) | |
tree | 3436c730359d89153f04ef572368abfcde1d3fcb /pygments/sphinxext.py | |
parent | e3872ea8f65ac2c3c40046a7a3acf4f0541f0e56 (diff) | |
parent | 601e6e86e45f31e23a7b29e1265d68aeba5e1366 (diff) | |
download | pygments-28a21bdafa1b73d5515de18bd263797af61c2471.tar.gz |
Merged in andrescarrasco/pygments-main/boa (pull request #756)
Add a lexer for the Boa Domain-Specific Langauge.
Diffstat (limited to 'pygments/sphinxext.py')
-rw-r--r-- | pygments/sphinxext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/sphinxext.py b/pygments/sphinxext.py index f962f8c6..5c8ac8b9 100644 --- a/pygments/sphinxext.py +++ b/pygments/sphinxext.py @@ -16,7 +16,7 @@ import sys 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 |