mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 13:15:19 +00:00
Fix rendering of admonition in docs (#18163)
This commit is contained in:
parent
8729cb208f
commit
f9ca6eb63e
3 changed files with 3 additions and 0 deletions
|
@ -5,3 +5,4 @@ mkdocs-material @ git+ssh://git@github.com/astral-sh/mkdocs-material-insiders.gi
|
|||
mkdocs-redirects==1.2.2
|
||||
mdformat==0.7.22
|
||||
mdformat-mkdocs==4.1.2
|
||||
mkdocs-github-admonitions-plugin @ https://github.com/PGijsbers/admonitions.git#7343d2f4a92e4d1491094530ef3d0d02d93afbb7
|
||||
|
|
|
@ -5,3 +5,4 @@ mkdocs-material==9.5.38
|
|||
mkdocs-redirects==1.2.2
|
||||
mdformat==0.7.22
|
||||
mdformat-mkdocs==4.1.2
|
||||
mkdocs-github-admonitions-plugin @ https://github.com/PGijsbers/admonitions.git#7343d2f4a92e4d1491094530ef3d0d02d93afbb7
|
||||
|
|
|
@ -62,6 +62,7 @@ markdown_extensions:
|
|||
alternate_style: true
|
||||
plugins:
|
||||
- search
|
||||
- gh-admonitions
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
extra_javascript:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue