diff --git a/README.rst b/README.rst index d321a1c5..b4ec752a 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -.. image:: doc/source/_static/LogoForReadme.png +.. image:: doc/source/_static/flownexus_logo_gray.svg Flow Nexus Overview 🌐 ====================== diff --git a/doc/source/_static/flownexus_logo_dark.svg b/doc/source/_static/flownexus_logo_dark.svg new file mode 100644 index 00000000..ccdf4da3 --- /dev/null +++ b/doc/source/_static/flownexus_logo_dark.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + diff --git a/doc/source/_static/flownexus_logo_gray.svg b/doc/source/_static/flownexus_logo_gray.svg new file mode 100644 index 00000000..1f77cfaf --- /dev/null +++ b/doc/source/_static/flownexus_logo_gray.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + diff --git a/doc/source/_static/flownexus_logo_light.svg b/doc/source/_static/flownexus_logo_light.svg new file mode 100644 index 00000000..1c25d815 --- /dev/null +++ b/doc/source/_static/flownexus_logo_light.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + diff --git a/doc/source/conf.py b/doc/source/conf.py index 16b0f00a..7ebb5129 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -37,7 +37,9 @@ html_theme = 'sphinx_book_theme' html_static_path = ['_static'] -html_logo = '_static/LogoForReadme.png' + +# Single gray logo for both dark and light themes (not used) +# html_logo = '_static/flownexus_logo_gray.svg' html_css_files = [ 'custom.css', @@ -65,6 +67,10 @@ 'collapse_navbar': False, 'home_page_in_toc': False, 'navigation_with_keys': False, + 'logo': { + "image_light": "_static/flownexus_logo_dark.svg", + "image_dark": "_static/flownexus_logo_light.svg", + } } latex_elements = {