Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8ccf2f9

Browse filesBrowse files
authored
Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)"
This reverts commit d60040b.
1 parent d60040b commit 8ccf2f9
Copy full SHA for 8ccf2f9

File tree

3 files changed

+2
-54
lines changed
Filter options

3 files changed

+2
-54
lines changed

‎Doc/conf.py

Copy file name to clipboardExpand all lines: Doc/conf.py
+1-2Lines changed: 1 addition & 2 deletions
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 = '''

‎Doc/library/ast.rst

Copy file name to clipboardExpand all lines: Doc/library/ast.rst
+1-1Lines changed: 1 addition & 1 deletion
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

‎Doc/tools/extensions/asdl_highlight.py

Copy file name to clipboardExpand all lines: Doc/tools/extensions/asdl_highlight.py
-51Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.