Skip to content

Commit c2c5520

Browse files
authored
Use horizontal logo for docs (#2333)
* Use horizontal logo for docs * Shrink bounding box of logo
1 parent bc938bd commit c2c5520

File tree

2 files changed

+136
-1
lines changed

2 files changed

+136
-1
lines changed

docs/_static/logo_horizontal.svg

Lines changed: 135 additions & 0 deletions
Loading

docs/conf.py

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

171171
# The name of an image file (relative to this directory) to place at the top
172172
# of the sidebar.
173-
html_logo = "_static/logo1.png"
173+
html_logo = "_static/logo_horizontal.svg"
174174

175175

176176
def setup(app: sphinx.application.Sphinx) -> None:

0 commit comments

Comments
 (0)