Skip to content

Commit 3a658b7

Browse files
Switch to shibuya (#115)
* feat: expose resvg version * add shibuya
1 parent 18259ea commit 3a658b7

File tree

3 files changed

+53
-71
lines changed

3 files changed

+53
-71
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
# -- Options for HTML output -------------------------------------------------
3636
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3737

38-
html_theme = "furo"
38+
html_theme = "shibuya"
3939
html_static_path = ["_static"]

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ build = ["maturin>=1.10.2"]
2020

2121
docs = [
2222
"sphinx>=7.2.6",
23-
"furo>=2024.1.29",
2423
"sphinx-reload>=0.2.0",
2524
"myst-parser>=3.0.1",
25+
"shibuya>=2025.10.21",
26+
2627
]
2728
test = ["pytest>=8.1.1", "pyperclip>=1.11.0"]
2829

uv.lock

Lines changed: 50 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)