Skip to content

Commit d0b4bf5

Browse files
committed
Add SVG logo for anyplotlib and update documentation configuration
1 parent 1fcb0b9 commit d0b4bf5

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

docs/_static/anyplotlib.svg

Lines changed: 48 additions & 0 deletions
Loading

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
html_theme_options = {
7979
"github_url": "https://github.com/",
8080
"logo": {
81+
"image_light": "_static/anyplotlib.svg",
82+
"image_dark": "_static/anyplotlib.svg",
8183
"text": "anyplotlib",
8284
},
8385
"navbar_end": ["navbar-icon-links"],

0 commit comments

Comments
 (0)