bpo-40517: Implement syntax highlighting support for ASDL (#19928)

This commit is contained in:
Batuhan Taskaya 2020-05-06 08:24:39 +03:00 committed by GitHub
parent b9c46a2c2d
commit d60040ba22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 2 deletions

View file

@ -14,7 +14,8 @@ sys.path.append(os.path.abspath('includes'))
# ---------------------
extensions = ['sphinx.ext.coverage', 'sphinx.ext.doctest',
'pyspecific', 'c_annotations', 'escape4chm']
'pyspecific', 'c_annotations', 'escape4chm',
'asdl_highlight']
doctest_global_setup = '''