mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
GH-121970: Combine custom Pygments lexers into a package (#121976)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
12c1afa9d1
commit
7431c3799e
4 changed files with 22 additions and 26 deletions
|
@ -18,11 +18,10 @@ from pyspecific import SOURCE_URI
|
|||
# ---------------------
|
||||
|
||||
extensions = [
|
||||
'asdl_highlight',
|
||||
'c_annotations',
|
||||
'escape4chm',
|
||||
'glossary_search',
|
||||
'peg_highlight',
|
||||
'lexers',
|
||||
'pyspecific',
|
||||
'sphinx.ext.coverage',
|
||||
'sphinx.ext.doctest',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue