diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2020-05-06 05:33:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 05:33:55 (GMT) |
commit | eff870b618ca6f6b7a60a271f15af7e54b8a1b97 (patch) | |
tree | 7f7798c3f7ef5c476705bf2fdb349adddf14c354 /Doc/conf.py | |
parent | d60040ba226bd2e3b6f58d074015aa2499dc1cb8 (diff) | |
download | cpython-eff870b618ca6f6b7a60a271f15af7e54b8a1b97.zip cpython-eff870b618ca6f6b7a60a271f15af7e54b8a1b97.tar.gz cpython-eff870b618ca6f6b7a60a271f15af7e54b8a1b97.tar.bz2 |
Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (#19950)
This reverts commit d60040ba226bd2e3b6f58d074015aa2499dc1cb8.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r-- | Doc/conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index 12d74ea..32db343 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -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 = ''' |