Skip to content

Commit

Permalink
Revert "bpo-40517: Implement syntax highlighting support for ASDL (#1…
Browse files Browse the repository at this point in the history
…9928)" (#19950)

This reverts commit d60040b.
  • Loading branch information
rhettinger authored May 6, 2020
1 parent d60040b commit eff870b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 54 deletions.
3 changes: 1 addition & 2 deletions Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
# ---------------------

extensions = ['sphinx.ext.coverage', 'sphinx.ext.doctest',
'pyspecific', 'c_annotations', 'escape4chm',
'asdl_highlight']
'pyspecific', 'c_annotations', 'escape4chm']


doctest_global_setup = '''
Expand Down
2 changes: 1 addition & 1 deletion Doc/library/ast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Abstract Grammar
The abstract grammar is currently defined as follows:

.. literalinclude:: ../../Parser/Python.asdl
:language: asdl
:language: none


Node classes
Expand Down
51 changes: 0 additions & 51 deletions Doc/tools/extensions/asdl_highlight.py

This file was deleted.

0 comments on commit eff870b

Please sign in to comment.