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:
Adam Turner 2024-07-18 19:38:29 +01:00 committed by GitHub
parent 12c1afa9d1
commit 7431c3799e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 22 additions and 26 deletions

View file

@ -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',