We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae95fa0 commit bdd3172Copy full SHA for bdd3172
1 file changed
docs/conf.py
@@ -92,3 +92,17 @@
92
# relative to this directory. They are copied after the builtin static files,
93
# so a file named "default.css" will overwrite the builtin "default.css".
94
# 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