We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c05b9e commit 791725eCopy full SHA for 791725e
docs/source/conf.py
@@ -62,6 +62,7 @@
62
63
html_theme_options = {
64
"github_url": "https://github.com/mxstack/mxmake",
65
+ "accent_color": "blue",
66
}
67
68
# Add any paths that contain custom static files (such as style sheets) here,
pyproject.toml
@@ -43,12 +43,10 @@ path = "LICENSE.md"
43
44
[project.optional-dependencies]
45
docs = [
46
- "mxmake.sphinxext",
47
"myst-parser",
48
"shibuya",
49
"Sphinx>=7.2",
50
"sphinxcontrib-mermaid",
51
- "sphinx.ext.todo",
52
]
53
test = ["zope.testrunner"]
54
0 commit comments