Skip to content

Commit acf20c5

Browse files
committed
use modern theme
1 parent aff42b8 commit acf20c5

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

docs/source/conf.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,16 @@
5858
# The theme to use for HTML and HTML Help pages. See the documentation for
5959
# a list of builtin themes.
6060
#
61-
html_theme = "conestack"
61+
html_theme = "shibuya"
6262

6363
html_theme_options = {
6464
"github_url": "https://github.com/mxstack/mxmake",
65-
"pypi_url": "https://pypi.org/project/mxmake",
66-
"logo_url": "_static/mxmake-logo.svg",
67-
"logo_title": "mxmake",
68-
"logo_width": "40px",
69-
"logo_height": "40px",
70-
"cs_bg_color": "#0A0A0A",
7165
}
7266

7367
# Add any paths that contain custom static files (such as style sheets) here,
7468
# relative to this directory. They are copied after the builtin static files,
7569
# so a file named "default.css" will overwrite the builtin "default.css".
7670
html_static_path = ["_static"]
71+
72+
# Logo configuration
73+
html_logo = "_static/mxmake-logo.svg"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ path = "LICENSE.md"
4444
[project.optional-dependencies]
4545
docs = [
4646
"myst-parser",
47-
"sphinx-conestack-theme==1.0.1",
48-
"Sphinx",
47+
"shibuya",
48+
"Sphinx>=7.2",
4949
"sphinxcontrib-mermaid",
5050
]
5151
test = ["zope.testrunner"]

0 commit comments

Comments
 (0)