Skip to content

Commit 791725e

Browse files
committed
colors
1 parent 0c05b9e commit 791725e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262

6363
html_theme_options = {
6464
"github_url": "https://github.com/mxstack/mxmake",
65+
"accent_color": "blue",
6566
}
6667

6768
# Add any paths that contain custom static files (such as style sheets) here,

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,10 @@ path = "LICENSE.md"
4343

4444
[project.optional-dependencies]
4545
docs = [
46-
"mxmake.sphinxext",
4746
"myst-parser",
4847
"shibuya",
4948
"Sphinx>=7.2",
5049
"sphinxcontrib-mermaid",
51-
"sphinx.ext.todo",
5250
]
5351
test = ["zope.testrunner"]
5452

0 commit comments

Comments
 (0)