Skip to content

Commit 15ef845

Browse files
authored
Merge pull request #200 from KyoriPowered/chore/external-mm
chore: switch to external MM lexer
2 parents 08e6a97 + 91f1828 commit 15ef845

File tree

5 files changed

+23
-111
lines changed

5 files changed

+23
-111
lines changed

poetry.lock

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ dependencies = [
1818
"myst-parser",
1919
"sphinxcontrib-spelling",
2020
"sphinxext-opengraph",
21-
"sphinx-sitemap (>=2.6.0,<3.0.0)"
21+
"sphinx-sitemap (>=2.6.0,<3.0.0)",
22+
"pygments-minimessage (>=1.0.0,<2.0.0)"
2223
]
2324

2425
[tool.poetry]

source/_ext/minimessage_hl/__init__.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

source/_ext/minimessage_hl/lexer.py

Lines changed: 0 additions & 71 deletions
This file was deleted.

source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
'sphinx_copybutton',
8787
'sphinx_sitemap',
8888
'sphinxext.opengraph',
89-
'minimessage_hl',
9089
'myst_parser',
9190
'adventure_docs_extensions'
9291
]

0 commit comments

Comments
 (0)