From 85cc71046475f9cb3efd17d496356795961249f9 Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 12 Jun 2025 13:46:49 -0700 Subject: [PATCH] svg logo --- README.md | 2 +- docs/_static/flask-horizontal.svg | 23 ----------------------- docs/_static/flask-icon.svg | 8 +++++--- docs/_static/flask-logo.svg | 17 +++++++++++++++++ docs/_static/flask-name.svg | 23 +++++++++++++++++++++++ docs/_static/flask-vertical.svg | 23 ----------------------- docs/conf.py | 2 +- docs/index.rst | 2 +- 8 files changed, 48 insertions(+), 52 deletions(-) delete mode 100644 docs/_static/flask-horizontal.svg create mode 100644 docs/_static/flask-logo.svg create mode 100644 docs/_static/flask-name.svg delete mode 100644 docs/_static/flask-vertical.svg diff --git a/README.md b/README.md index 842bf962..64f56cac 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -
+
# Flask diff --git a/docs/_static/flask-horizontal.svg b/docs/_static/flask-horizontal.svg deleted file mode 100644 index deb8a960..00000000 --- a/docs/_static/flask-horizontal.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/_static/flask-icon.svg b/docs/_static/flask-icon.svg index 532d0bba..c802da9a 100644 --- a/docs/_static/flask-icon.svg +++ b/docs/_static/flask-icon.svg @@ -6,8 +6,10 @@ - - - + + + + + diff --git a/docs/_static/flask-logo.svg b/docs/_static/flask-logo.svg new file mode 100644 index 00000000..c216b617 --- /dev/null +++ b/docs/_static/flask-logo.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/docs/_static/flask-name.svg b/docs/_static/flask-name.svg new file mode 100644 index 00000000..b46782d2 --- /dev/null +++ b/docs/_static/flask-name.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + diff --git a/docs/_static/flask-vertical.svg b/docs/_static/flask-vertical.svg deleted file mode 100644 index 5bb26769..00000000 --- a/docs/_static/flask-vertical.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/conf.py b/docs/conf.py index e3451cae..af8adf01 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,7 +59,7 @@ html_sidebars = { singlehtml_sidebars = {"index": ["project.html", "localtoc.html", "ethicalads.html"]} html_static_path = ["_static"] html_favicon = "_static/flask-icon.svg" -html_logo = "_static/flask-vertical.svg" +html_logo = "_static/flask-logo.svg" html_title = f"Flask Documentation ({version})" html_show_sourcelink = False diff --git a/docs/index.rst b/docs/index.rst index ae499ea5..161085a7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,7 +3,7 @@ Welcome to Flask ================ -.. image:: _static/flask-horizontal.svg +.. image:: _static/flask-name.svg :align: center :height: 200px