File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 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
6363html_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".
7670html_static_path = ["_static" ]
71+
72+ # Logo configuration
73+ html_logo = "_static/mxmake-logo.svg"
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ path = "LICENSE.md"
4444[project .optional-dependencies ]
4545docs = [
4646 " myst-parser" ,
47- " sphinx-conestack-theme==1.0.1 " ,
48- " Sphinx" ,
47+ " shibuya " ,
48+ " Sphinx>=7.2 " ,
4949 " sphinxcontrib-mermaid" ,
5050]
5151test = [" zope.testrunner" ]
You can’t perform that action at this time.
0 commit comments