File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 51
51
uses : JamesIves/github-pages-deploy-action@v4
52
52
with :
53
53
folder : html
54
+ ssh-key : ${{ secrets.DEPLOY_KEY }}
55
+ repository-name : dstansby/napari-matplotlib-docs
Original file line number Diff line number Diff line change 92
92
# relative to this directory. They are copied after the builtin static files,
93
93
# so a file named "default.css" will overwrite the builtin "default.css".
94
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
+ }
You can’t perform that action at this time.
0 commit comments