Skip to content

Commit bdd3172

Browse files
committed
Minor improvements to docs
1 parent ae95fa0 commit bdd3172

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/conf.py

+14
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,17 @@
9292
# relative to this directory. They are copied after the builtin static files,
9393
# so a file named "default.css" will overwrite the builtin "default.css".
9494
# html_static_path = ['_static']
95+
96+
html_theme_options = {
97+
"icon_links": [
98+
{
99+
"name": "GitHub",
100+
"url": "https://github.com/matplotlib/napari-matplotlib",
101+
"icon": "fa-brands fa-square-github",
102+
"type": "fontawesome",
103+
}
104+
],
105+
"logo": {
106+
"text": "napari-matplotlib",
107+
},
108+
}

0 commit comments

Comments
 (0)