Skip to content

Commit a7b67c9

Browse files
authored
svg logo (#5757)
2 parents f04c5e6 + a758915 commit a7b67c9

File tree

9 files changed

+9
-3
lines changed

9 files changed

+9
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<div align="center"><img src="https://raw.githubusercontent.com/pallets/flask/refs/heads/stable/docs/_static/flask-horizontal.svg" alt="" height="150"></div>
2+
13
# Flask
24

35
Flask is a lightweight [WSGI] web application framework. It is designed

docs/_static/flask-horizontal.png

-24.2 KB
Binary file not shown.

docs/_static/flask-horizontal.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/_static/flask-icon.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/_static/flask-vertical.png

-15.6 KB
Binary file not shown.

docs/_static/flask-vertical.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/_static/shortcut-icon.png

-3.93 KB
Binary file not shown.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
}
5959
singlehtml_sidebars = {"index": ["project.html", "localtoc.html", "ethicalads.html"]}
6060
html_static_path = ["_static"]
61-
html_favicon = "_static/shortcut-icon.png"
62-
html_logo = "_static/flask-vertical.png"
61+
html_favicon = "_static/flask-icon.svg"
62+
html_logo = "_static/flask-vertical.svg"
6363
html_title = f"Flask Documentation ({version})"
6464
html_show_sourcelink = False
6565

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
Welcome to Flask
44
================
55

6-
.. image:: _static/flask-horizontal.png
6+
.. image:: _static/flask-horizontal.svg
77
:align: center
8+
:height: 200px
89

910
Welcome to Flask's documentation. Flask is a lightweight WSGI web application framework.
1011
It is designed to make getting started quick and easy, with the ability to scale up to

0 commit comments

Comments
 (0)