Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8ccf2f9

Browse files
authoredMay 6, 2020
Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)"
This reverts commit d60040b.
1 parent d60040b commit 8ccf2f9

File tree

3 files changed

+2
-54
lines changed

3 files changed

+2
-54
lines changed
 

Diff for: ‎Doc/conf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
# ---------------------
1515

1616
extensions = ['sphinx.ext.coverage', 'sphinx.ext.doctest',
17-
'pyspecific', 'c_annotations', 'escape4chm',
18-
'asdl_highlight']
17+
'pyspecific', 'c_annotations', 'escape4chm']
1918

2019

2120
doctest_global_setup = '''

Diff for: ‎Doc/library/ast.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Abstract Grammar
3535
The abstract grammar is currently defined as follows:
3636

3737
.. literalinclude:: ../../Parser/Python.asdl
38-
:language: asdl
38+
:language: none
3939

4040

4141
Node classes

Diff for: ‎Doc/tools/extensions/asdl_highlight.py

-51
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.