Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<p align="center">
<!-- Mother Project Logo on the Left -->
<img src="https://raw.githubusercontent.com/flux-framework/.github/main/images/logo.png" width="50" height="50" valign="bottom" align="middle" alt="Flux">
<img src="https://raw.githubusercontent.com/flux-framework/.github/main/images/logo.png" height="50" align="middle" alt="Flux">
<!-- Your Project Name in the Middle -->
<span style="font-size: 2.2em; font-weight: bold; margin: 0 15px; valign: middle;">DYAD: DYnamic and Asynchronous Data Streamliner</span>
<span style="font-size: 2.2em; font-weight: bold; margin: 0 20px; valign: middle;">DYAD: DYnamic and Asynchronous Data Streamliner</span>

<!-- Your Subproject Logo on the Right -->
<img src="docs/_static/logo/dyad_logo_sky_blue.svg" width="50" height="50" valign="bottom" align="middle" alt="DYAD">
<img src="docs/_static/logo/dyad_logo_sky_blue.svg" height="50" align="middle" alt="DYAD">
</p>

---
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 -------------------------------------------------

Expand All @@ -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 ---------------------------------------------------
Expand Down
Loading