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

This reverts commit d60040ba22.
This commit is contained in:
Raymond Hettinger 2020-05-05 22:33:55 -07:00 committed by GitHub
parent d60040ba22
commit eff870b618
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 54 deletions

View file

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