1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Thu, 2 Jan 2025 17:28:22 +0200
Subject: docs: index.rst Use local available graphic
Don't use linking to external graphics, we can do a linking to local
available copies if these graphics.
Unfortunately due not clear license information we can not do local
linking for the logos of Stok and Telemetry Sports.
Forwarded: not-needed
---
docs/index.rst | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/docs/index.rst b/docs/index.rst
index 79cf372..8aec3dc 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -80,7 +80,7 @@ A huge thank you to our current sponsors:
.. grid-item-card::
:link: https://github.com/scalar/scalar
- .. image:: https://raw.githubusercontent.com/litestar-org/branding/main/assets/sponsors/scalar.svg
+ .. image:: //usr/share/doc/python-polyfactory-doc/html/_static/scalar.svg
:alt: Scalar.com
:class: sponsor
@@ -89,19 +89,11 @@ A huge thank you to our current sponsors:
.. grid-item-card::
:link: https://telemetrysports.com/
- .. image:: https://raw.githubusercontent.com/litestar-org/branding/main/assets/sponsors/telemetry-sports/unofficial-telemetry-whitebg.svg
- :alt: Telemetry Sports
- :class: sponsor
-
`Telemetry Sports <https://telemetrysports.com/>`_
.. grid-item-card::
:link: https://www.stok.kr/
- .. image:: https://avatars.githubusercontent.com/u/144093421
- :alt: Stok
- :class: sponsor
-
`Stok <https://www.stok.kr/>`_
We invite organizations and individuals to join our sponsorship program.
|