diff --git a/README.md b/README.md
index 5ae36a4d9..789390085 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@
[](https://results.pre-commit.ci/latest/github/KiDS-WL/onepower/main)
+
The One Tool to Predict All Power Spectra.
* diff --git a/coverage.svg b/coverage.svg index e5964efb6..de634a884 100644 --- a/coverage.svg +++ b/coverage.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/docs/conf.py b/docs/conf.py index 1e652e0f6..eb3811e32 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -138,8 +138,8 @@ html_theme_options = { "navbar_start": ["navbar-logo", "version-switcher"], "logo": { - "image_light": "https://andrej.dvrnk.si/page/wp-content/uploads/2025/08/logo_hex.png", - "image_dark": "https://andrej.dvrnk.si/page/wp-content/uploads/2025/08/logo_hex.png", + "image_light": "https://raw.githubusercontent.com/KiDS-WL/onepower/main/images/logo_hex.png", + "image_dark": "https://raw.githubusercontent.com/KiDS-WL/onepower/main/images/logo_hex.png", }, "use_edit_page_button": True, "icon_links": [ @@ -170,7 +170,7 @@ "doc_path": "docs", } html_show_sourcelink = False -html_favicon = "https://andrej.dvrnk.si/page/wp-content/uploads/2025/08/logo_hex.png" +html_favicon = "https://raw.githubusercontent.com/KiDS-WL/onepower/main/images/logo_hex.png" # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = [] diff --git a/docs/index.rst b/docs/index.rst index 81188d80b..c2e2584c4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,8 +1,8 @@ -.. image:: https://andrej.dvrnk.si/page/wp-content/uploads/2025/08/logosmall_white_merged.png +.. image:: https://raw.githubusercontent.com/KiDS-WL/onepower/main/images/logosmall_white_merged.png :class: only-dark -.. image:: https://andrej.dvrnk.si/page/wp-content/uploads/2025/08/logosmall_black_merged.png +.. image:: https://raw.githubusercontent.com/KiDS-WL/onepower/main/images/logosmall_black_merged.png :class: only-light .. raw:: html diff --git a/images/logo_hex.png b/images/logo_hex.png new file mode 100644 index 000000000..4ec4822ff Binary files /dev/null and b/images/logo_hex.png differ diff --git a/images/logosmall_black_merged.png b/images/logosmall_black_merged.png new file mode 100644 index 000000000..6ecd53d87 Binary files /dev/null and b/images/logosmall_black_merged.png differ diff --git a/images/logosmall_white_merged.png b/images/logosmall_white_merged.png new file mode 100644 index 000000000..f3c0446da Binary files /dev/null and b/images/logosmall_white_merged.png differ