Skip to content

Commit 2eb3aaf

Browse files
authored
update (#151)
1 parent 6a3bb3d commit 2eb3aaf

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-0
lines changed

docs/_static/css/custom.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;700&display=swap');
2+
3+
body {
4+
font-family: 'IBM Plex Sans', sans-serif;
5+
}
6+
7+
/* .sidebar-brand {
8+
flex-direction: row;
9+
align-items: center;
10+
}
11+
12+
.sidebar-logo-container {
13+
margin-right: 12px;
14+
} */

docs/conf.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@
6060
# relative to this directory. They are copied after the builtin static files,
6161
# so a file named "default.css" will overwrite the builtin "default.css".
6262
html_static_path = ["_static"]
63+
html_css_files = [
64+
"css/custom.css",
65+
]
66+
html_favicon = "favicon.ico"
67+
68+
html_logo = "nucleus-logo.svg"
69+
html_theme_options = {
70+
"logo_only": True,
71+
"display_version": False,
72+
}
6373

6474

6575
# -- autogen configuration ---------------------------------------------------

docs/favicon.ico

1.12 KB
Binary file not shown.

docs/nucleus-logo.svg

Lines changed: 29 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)