mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-22 00:01:56 +00:00
Remove picture tag from PyPI and MkDocs
This commit is contained in:
parent
add7fefeb5
commit
fc9fae6579
1 changed files with 3 additions and 9 deletions
|
@ -21,24 +21,18 @@ GITHUB = """
|
||||||
# https://github.com/pypi/warehouse/issues/11251
|
# https://github.com/pypi/warehouse/issues/11251
|
||||||
PYPI = """
|
PYPI = """
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<picture align="center">
|
<img alt="Shows a bar chart with benchmark results." src="https://user-images.githubusercontent.com/1309177/212613257-5f4bca12-6d6b-4c79-9bac-51a4c6d08928.svg">
|
||||||
<img alt="Shows a bar chart with benchmark results." src="https://user-images.githubusercontent.com/1309177/212613257-5f4bca12-6d6b-4c79-9bac-51a4c6d08928.svg">
|
|
||||||
</picture>
|
|
||||||
</p>
|
</p>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# https://squidfunk.github.io/mkdocs-material/reference/images/#light-and-dark-mode
|
# https://squidfunk.github.io/mkdocs-material/reference/images/#light-and-dark-mode
|
||||||
MK_DOCS = """
|
MK_DOCS = """
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<picture align="center">
|
<img alt="Shows a bar chart with benchmark results." src="https://user-images.githubusercontent.com/1309177/212613257-5f4bca12-6d6b-4c79-9bac-51a4c6d08928.svg#only-light">
|
||||||
<img alt="Shows a bar chart with benchmark results." src="https://user-images.githubusercontent.com/1309177/212613257-5f4bca12-6d6b-4c79-9bac-51a4c6d08928.svg#only-light">
|
|
||||||
</picture>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<picture align="center">
|
<img alt="Shows a bar chart with benchmark results." src="https://user-images.githubusercontent.com/1309177/212613422-7faaf278-706b-4294-ad92-236ffcab3430.svg#only-dark">
|
||||||
<img alt="Shows a bar chart with benchmark results." src="https://user-images.githubusercontent.com/1309177/212613422-7faaf278-706b-4294-ad92-236ffcab3430.svg#only-dark">
|
|
||||||
</picture>
|
|
||||||
</p>
|
</p>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue