Skip to content

Commit 33252a0

Browse files
authored
fix: change logo to not infringe on mkdocs material (#96)
1 parent 103e30c commit 33252a0

7 files changed

Lines changed: 3 additions & 116 deletions

File tree

README.md

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

55
<p align="center">A MATLAB handler for <a href="https://github.com/mkdocstrings/mkdocstrings"><i>mkdocstrings</i></a>.</p>
66

7-
<p align="center"><img width=300px src="logo.svg"></p>
7+
<p align="center"><img width=300px src="logo.png"></p>
88

99
[![Qualify](https://github.com/watermarkhu/mkdocstrings-matlab/actions/workflows/qualify.yaml/badge.svg?branch=main)](https://github.com/watermarkhu/mkdocstrings-matlab/actions/workflows/qualify.yaml)
1010
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://watermarkhu.nl/mkdocstrings-matlab)

docs/favicon.png

15.1 KB
Loading

docs/logo.png

180 KB
Loading

docs/logo.svg

Lines changed: 0 additions & 57 deletions
This file was deleted.

logo.png

387 KB
Loading

logo.svg

Lines changed: 0 additions & 57 deletions
This file was deleted.

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ nav:
3838

3939
theme:
4040
name: material
41-
logo: logo.svg
41+
logo: logo.png
42+
favicon: favicon.png
4243
custom_dir: docs/overrides
4344
features:
4445
- announce.dismiss

0 commit comments

Comments
 (0)