From fc9fae6579fa03f50b9909378dbfe8a60d8792a5 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sat, 28 Jan 2023 11:49:52 -0500 Subject: [PATCH] Remove picture tag from PyPI and MkDocs --- scripts/transform_readme.py | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/scripts/transform_readme.py b/scripts/transform_readme.py index 7a58b31848..48c041120d 100644 --- a/scripts/transform_readme.py +++ b/scripts/transform_readme.py @@ -21,24 +21,18 @@ GITHUB = """ # https://github.com/pypi/warehouse/issues/11251 PYPI = """

- - Shows a bar chart with benchmark results. - + Shows a bar chart with benchmark results.

""" # https://squidfunk.github.io/mkdocs-material/reference/images/#light-and-dark-mode MK_DOCS = """

- - Shows a bar chart with benchmark results. - + Shows a bar chart with benchmark results.

- - Shows a bar chart with benchmark results. - + Shows a bar chart with benchmark results.

"""