From 53e632c5218b729da6ac37a35b4b68379dc18999 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 6 Aug 2024 13:40:17 +0200 Subject: [PATCH] Try fitting 4 logos per line on PyPI --- README.md | 10 +++++----- docs/index.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ab78e4f1..125263b6 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ Especially those generously supporting us at the *The Organization* tier and hig import pathlib, tomllib for sponsor in tomllib.loads(pathlib.Path("pyproject.toml").read_text())["tool"]["sponcon"]["sponsors"]: - print(f'') + print(f'') ]]] --> - - - - + + + +

diff --git a/docs/index.md b/docs/index.md index ed4aa85b..3872f566 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,12 +13,12 @@ Release **{sub-ref}`release`** ([What's new?](changelog.md)) import pathlib, tomllib for sponsor in tomllib.loads(pathlib.Path("pyproject.toml").read_text())["tool"]["sponcon"]["sponsors"]: - print(f'') + print(f'') ]]] --> - - - - + + + + ```{include} ../README.md