8000 Revert "bpo-40517: Implement syntax highlighting support for ASDL" by rhettinger · Pull Request #19950 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "bpo-40517: Implement syntax highlighting support for ASDL (#1…
…9928)"

This reverts commit d60040b.
  • Loading branch information
rhettinger authored May 6, 2020
commit 8ccf2f9b7c53be11a23b91c79a508c31aa3db9ad
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