Skip to content

Commit 6b46f33

Browse files
authored
Merge pull request #53 from ISISComputingGroup/very_important
logos
2 parents 541ec39 + b49182f commit 6b46f33

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

doc/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646

4747
html_theme = "sphinx_rtd_theme"
4848
html_static_path = ["_static"]
49+
html_logo = "logo.png"
50+
html_theme_options = {
51+
"logo_only": False,
52+
"display_version": False,
53+
"style_nav_header_background": "#343131",
54+
}
55+
html_favicon = "favicon.png"
4956

5057
autoclass_content = "both"
5158
myst_heading_anchors = 3

doc/favicon.png

15.4 KB
Loading

doc/logo.png

45.8 KB
Loading

0 commit comments

Comments
 (0)