Skip to content

Commit f26881b

Browse files
committed
Fix: logo and css for landing
1 parent 6d0f679 commit f26881b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed
File renamed without changes.

conf.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
"name": "Peer Review Guide",
6161
},
6262
],
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+
},
6368
"header_links_before_dropdown": 4,
6469
"use_edit_page_button": True,
6570
"show_toc_level": 1,
@@ -113,7 +118,7 @@
113118
html_theme = 'pydata_sphinx_theme'
114119
html_static_path = ["_static"]
115120
html_title = "pyOpenSci Governance"
116-
html_logo = "images/logo/logo.png"
121+
html_logo = "_static/logo.png"
117122

118123
# Add any paths that contain custom static files (such as style sheets) here,
119124
# relative to this directory. They are copied after the builtin static files,

index.md

-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ that support operations of pyOpenSci.
3232
:::{grid-item-card}
3333
:link: CODE_OF_CONDUCT
3434
:link-type: doc
35-
:class-header: bg-light
3635

3736
Code of conduct ✏️
3837
^^^
@@ -42,7 +41,6 @@ Our code of conduct applies to all members of the pyOpenSci community. And to th
4241
:::{grid-item-card}
4342
:link: organization/index
4443
:link-type: doc
45-
:class-header: bg-light
4644

4745
✨ Our Structure and Values ✨
4846
^^^
@@ -52,7 +50,6 @@ Learn more about the governance structure of pyOpenSci.
5250

5351
:::{grid-item-card}
5452
:link: ../reference/index.html
55-
:class-header: bg-light
5653

5754
✨ Meeting Notes✨
5855
^^^
@@ -63,7 +60,6 @@ we were developing and founding pyOpenSci.
6360

6461
:::{grid-item-card}
6562
:link: https://www.pyopensci.org/software-peer-review/
66-
:class-header: bg-light
6763

6864
See our peer review guide ✨
6965
^^^

0 commit comments

Comments
 (0)