From e62f9bab37fa5385661ce3944589326e37cc11cc Mon Sep 17 00:00:00 2001 From: Jae-Seung Yeom Date: Fri, 5 Jun 2026 13:59:47 -0700 Subject: [PATCH] Doc: logo disply changes --- README.md | 6 +++--- docs/conf.py | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f8f0a362..3408ea56 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@

- Flux + Flux - DYAD: DYnamic and Asynchronous Data Streamliner + DYAD: DYnamic and Asynchronous Data Streamliner - DYAD + DYAD

--- diff --git a/docs/conf.py b/docs/conf.py index 9e48f055..febffaee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,6 +55,7 @@ exclude_patterns = ['_build', '_fragments', 'Thumbs.db', '.DS_Store', 'venv', '.venv'] raw_enabled = True +html_allow_unsafe = True # -- Options for HTML output ------------------------------------------------- @@ -67,7 +68,7 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] -html_logo = "_static/logo/dyad_logo_sky_blue.svg" +html_logo = "_static/logo/dyad_logo_white_streamliner.svg" html_css_files = ["logo/logo.css"] # -- Options for Breathe ---------------------------------------------------