Skip to content

Commit 1e77b53

Browse files
committed
Add: update logo and decision tree diagram
1 parent 07b5983 commit 1e77b53

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

_static/logo-dark-mode.png

43.4 KB
Loading

_static/logo-light-mode.png

27 KB
Loading

conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
# Link to our repo for easy PR/ editing
5353
html_theme_options = {
54-
"announcement": "🚧 This guide is currently under heavy construction 🚧 ",
54+
"announcement": "<p><a href='https://www.pyopensci.org/software-peer-review/about/intro.html'>Submit Your Python Package for Peer Review - Learn More!</a></p>🚧 This guide is currently being developed! 🚧 ",
5555
"external_links": [
5656
{
5757
"url": "https://www.pyopensci.org",
@@ -75,8 +75,9 @@
7575
],
7676
"logo": {
7777
"text": "Python Package Guide",
78-
"image_dark": "logo.png",
79-
"alt_text": "pyOpenSci Python Package Guide. The pyOpenSci logo is blue and yellow following the Python logo",
78+
"image_dark": "logo-dark-mode.png",
79+
"image_light": "logo-light-mode.png",
80+
"alt_text": "pyOpenSci Python Package Guide. The pyOpenSci logo is a purple flower with pyOpenSci under it. The o in open sci is the center of the flower",
8081
},
8182
"header_links_before_dropdown": 4,
8283
"use_edit_page_button": True,
@@ -128,6 +129,5 @@
128129
html_theme = "pydata_sphinx_theme"
129130
html_static_path = ["_static"]
130131
html_css_files = ["pyos.css"]
131-
html_title = "pyOpenSci Python Packaging Guide"
132+
html_title = "Python Packaging Guide"
132133
html_js_files = ["matomo.js"]
133-
html_logo = "images/logo/logo.png"
-591 KB
Loading

0 commit comments

Comments
 (0)