Skip to content

Commit fc9a9b1

Browse files
committed
Add the standard SciJava logo to the docs
1 parent 9cb82c9 commit fc9a9b1

2 files changed

Lines changed: 63 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,9 @@
6363
# so a file named "default.css" will overwrite the builtin "default.css".
6464
html_static_path = []
6565

66+
# Add the SciJava ops logo
67+
html_logo = "ops/images/scijava_logo.svg"
68+
html_theme_options = {
69+
"logo_only": True,
70+
"display_version": False,
71+
}

docs/ops/images/scijava_logo.svg

Lines changed: 57 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)