Skip to content

Commit

Permalink
Update admon
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Aug 2, 2024
1 parent 7957b6f commit da5f75e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies = [
"mkdocs>=1.5.0",
"mdformat>=0.7.17",
"mdformat-mkdocs>=2.0.4",
"mdformat-admon==2.0.2",
"mdformat-admon>=2.0.3",
"mkdocs-material>=9.1.18",
"mkdocs-redirects>=1.2.1",
]
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_mkdocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def main() -> None:
# Format rules docs
add_no_escape_text_plugin()
for rule_doc in Path("docs/rules").glob("*.md"):
mdformat.file(rule_doc, extensions=["mkdocs", "admonition", "no-escape-text"])
mdformat.file(rule_doc, extensions=["mkdocs", "admon", "no-escape-text"])

with Path("mkdocs.template.yml").open(encoding="utf8") as fp:
config = yaml.safe_load(fp)
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da5f75e

Please sign in to comment.