Skip to content

Commit 8680f64

Browse files
committed
fix: links
1 parent 323dbb9 commit 8680f64

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@
201201
"sphinx.ext.extlinks",
202202
"sphinx.ext.intersphinx",
203203
"sphinx.ext.todo",
204+
"sphinx.ext.autodoc",
205+
"sphinx.ext.autosummary",
204206
"ablog",
205207
"myst_parser",
206208
"sphinxcontrib.youtube",
@@ -281,7 +283,8 @@
281283
"github_submodule/*",
282284
"LICENSE.md",
283285
"README.md",
284-
"deps/*",
286+
".venv/*",
287+
"node_modules/*",
285288
]
286289

287290
# The reST default role (used for this markup: `text`) to use for all

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"libgravatar==1.0.4",
1313
"matplotlib>=3.10.1",
1414
"myst-parser[linkify]==2.0.0",
15-
"shibuya==2024.4.4",
15+
"shibuya==2025.2.28",
1616
"sphinx==7.2.6",
1717
"sphinx-copybutton==0.5.2",
1818
"sphinx-design==0.5.0",

uv.lock

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

0 commit comments

Comments
 (0)