diff --git a/_static/logo-dark-mode.png b/_static/logo-dark-mode.png new file mode 100644 index 00000000..2d6885d9 Binary files /dev/null and b/_static/logo-dark-mode.png differ diff --git a/_static/logo-light-mode.png b/_static/logo-light-mode.png new file mode 100644 index 00000000..fcccce7c Binary files /dev/null and b/_static/logo-light-mode.png differ diff --git a/conf.py b/conf.py index 54834590..b148ff42 100644 --- a/conf.py +++ b/conf.py @@ -51,7 +51,7 @@ # Link to our repo for easy PR/ editing html_theme_options = { - "announcement": "🚧 This guide is currently under heavy construction 🚧 ", + "announcement": "
🚧 This guide is currently being developed! 🚧 ", "external_links": [ { "url": "https://www.pyopensci.org", @@ -75,8 +75,9 @@ ], "logo": { "text": "Python Package Guide", - "image_dark": "logo.png", - "alt_text": "pyOpenSci Python Package Guide. The pyOpenSci logo is blue and yellow following the Python logo", + "image_dark": "logo-dark-mode.png", + "image_light": "logo-light-mode.png", + "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", }, "header_links_before_dropdown": 4, "use_edit_page_button": True, @@ -128,6 +129,5 @@ html_theme = "pydata_sphinx_theme" html_static_path = ["_static"] html_css_files = ["pyos.css"] -html_title = "pyOpenSci Python Packaging Guide" +html_title = "Python Packaging Guide" html_js_files = ["matomo.js"] -html_logo = "images/logo/logo.png" diff --git a/images/python-package-tools-decision-tree.png b/images/python-package-tools-decision-tree.png index 8908e9cf..80636ca9 100644 Binary files a/images/python-package-tools-decision-tree.png and b/images/python-package-tools-decision-tree.png differ