Skip to content

Commit 3806f88

Browse files
committed
title display
1 parent 3dd064a commit 3806f88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
#
6161
html_theme = "shibuya"
6262

63+
html_title = "mxmake"
64+
6365
html_theme_options = {
6466
"github_url": "https://github.com/mxstack/mxmake",
6567
"accent_color": "blue",
@@ -70,5 +72,8 @@
7072
# so a file named "default.css" will overwrite the builtin "default.css".
7173
html_static_path = ["_static"]
7274

75+
# Custom CSS files
76+
html_css_files = ["custom.css"]
77+
7378
# Logo configuration
7479
html_logo = "_static/mxmake-logo.svg"

0 commit comments

Comments
 (0)