From 714ab5451c113393c6c86c5e4539d1000bf41ecb Mon Sep 17 00:00:00 2001 From: Patrick Kunzmann Date: Tue, 13 Jan 2026 17:10:37 +0100 Subject: [PATCH 1/2] Change logo to reflect VantAI rebranding --- docs/index.rst | 12 +- docs/static/assets/general/sponsor.svg | 97 +++++++++++++- docs/static/assets/general/sponsor_dark.svg | 132 ++++++++++++++------ pyproject.toml | 4 +- 4 files changed, 199 insertions(+), 46 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 435167a..05f7eac 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -64,15 +64,15 @@ pepp'r documentation .. image:: /static/assets/general/sponsor.svg :class: only-light - :width: 15% - :alt: VantAI - :target: https://www.vant.ai/ + :width: 20% + :alt: Proxima + :target: https://proximabio.com/ .. image:: /static/assets/general/sponsor_dark.svg :class: only-dark - :width: 15% - :alt: VantAI - :target: https://www.vant.ai/ + :width: 20% + :alt: Proxima + :target: https://proximabio.com/ .. grid-item:: diff --git a/docs/static/assets/general/sponsor.svg b/docs/static/assets/general/sponsor.svg index 0402f32..343381c 100644 --- a/docs/static/assets/general/sponsor.svg +++ b/docs/static/assets/general/sponsor.svg @@ -1 +1,96 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/static/assets/general/sponsor_dark.svg b/docs/static/assets/general/sponsor_dark.svg index 1c9b492..fc4fdac 100644 --- a/docs/static/assets/general/sponsor_dark.svg +++ b/docs/static/assets/general/sponsor_dark.svg @@ -1,47 +1,105 @@ - - - - - + xmlns:svg="http://www.w3.org/2000/svg"> + + + + + - - - + transform="matrix(2.1051059,0,0,2.1051093,-1522.1387,-1374.9268)" + id="g9"> + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pyproject.toml b/pyproject.toml index 7515944..943740a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,9 +52,9 @@ tests = [ ] [project.urls] -#homepage = "https://www.peppr.org" +homepage = "https://peppr.vant.ai/" repository = "https://github.com/aivant/peppr" -#documentation = "https://www.peppr.org" +documentation = "https://peppr.vant.ai/" [project.scripts] peppr = "peppr.cli:cli" From bab5bac8702378d19665ce0fe2228ad4f5ac915f Mon Sep 17 00:00:00 2001 From: Patrick Kunzmann Date: Tue, 13 Jan 2026 18:40:08 +0100 Subject: [PATCH 2/2] Update URLs --- docs/404.rst | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/404.rst b/docs/404.rst index f424a86..6fb8d92 100644 --- a/docs/404.rst +++ b/docs/404.rst @@ -27,7 +27,7 @@ This page does not exist (anymore). -.. button-link:: https://peppr.vant.ai/ +.. button-link:: https://peppr.proximabio.com/ :color: primary :shadow: diff --git a/pyproject.toml b/pyproject.toml index 943740a..0fb1a6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,9 +52,9 @@ tests = [ ] [project.urls] -homepage = "https://peppr.vant.ai/" +homepage = "https://peppr.proximabio.com" repository = "https://github.com/aivant/peppr" -documentation = "https://peppr.vant.ai/" +documentation = "https://peppr.proximabio.com" [project.scripts] peppr = "peppr.cli:cli"