Skip to content

Commit cab16f3

Browse files
authored
Use transparent PNG for logo (#8159)
1 parent a1c5111 commit cab16f3

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
.. image:: https://docs.pytest.org/en/stable/_static/pytest1.png
1+
.. image:: https://github.com/pytest-dev/pytest/raw/master/doc/en/img/pytest_logo_curves.svg
22
:target: https://docs.pytest.org/en/stable/
33
:align: center
4+
:height: 200
45
:alt: pytest
56

67

doc/en/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159

160160
# The name of an image file (relative to this directory) to place at the top
161161
# of the sidebar.
162-
html_logo = "img/pytest1.png"
162+
html_logo = "img/pytest_logo_curves.svg"
163163

164164
# The name of an image file (within the static path) to use as favicon of the
165165
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32

doc/en/img/pytest1.png

34.1 KB
Loading

doc/en/img/pytest_logo_curves.svg

Lines changed: 29 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)