File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 60
60
"name" : "Peer Review Guide" ,
61
61
},
62
62
],
63
+ "logo" : {
64
+ "text" : "pyOpenSci Governance" ,
65
+ "image_dark" : "logo.png" ,
66
+ "alt_text" : "pyOpenSci Governance documentation. The pyOpenSci logo is blue and yellow following the Python logo" ,
67
+ },
63
68
"header_links_before_dropdown" : 4 ,
64
69
"use_edit_page_button" : True ,
65
70
"show_toc_level" : 1 ,
113
118
html_theme = 'pydata_sphinx_theme'
114
119
html_static_path = ["_static" ]
115
120
html_title = "pyOpenSci Governance"
116
- html_logo = "images/logo /logo.png"
121
+ html_logo = "_static /logo.png"
117
122
118
123
# Add any paths that contain custom static files (such as style sheets) here,
119
124
# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ that support operations of pyOpenSci.
32
32
:::{grid-item-card}
33
33
:link : CODE_OF_CONDUCT
34
34
:link-type: doc
35
- :class-header: bg-light
36
35
37
36
Code of conduct ✏️
38
37
^^^
@@ -42,7 +41,6 @@ Our code of conduct applies to all members of the pyOpenSci community. And to th
42
41
:::{grid-item-card}
43
42
:link : organization/index
44
43
:link-type: doc
45
- :class-header: bg-light
46
44
47
45
✨ Our Structure and Values ✨
48
46
^^^
@@ -52,7 +50,6 @@ Learn more about the governance structure of pyOpenSci.
52
50
53
51
:::{grid-item-card}
54
52
:link : ../reference/index.html
55
- :class-header: bg-light
56
53
57
54
✨ Meeting Notes✨
58
55
^^^
@@ -63,7 +60,6 @@ we were developing and founding pyOpenSci.
63
60
64
61
:::{grid-item-card}
65
62
:link : https://www.pyopensci.org/software-peer-review/
66
- :class-header: bg-light
67
63
68
64
See our peer review guide ✨
69
65
^^^
You can’t perform that action at this time.
0 commit comments