Skip to content

Commit 8bd230b

Browse files
committed
py(deps[docs]): add sphinx-design, annotate doc dependencies with site URLs
why: sphinx-design is needed for grid cards in the documentation landing pages and section indexes. Doc-site URLs added as inline comments for quick reference when managing dependencies. what: - Add sphinx-design to docs and dev dependency groups - Annotate all doc dependencies with their documentation URLs
1 parent 00a7da8 commit 8bd230b

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ dev = [
5757
"sphinxext-opengraph",
5858
"sphinx-copybutton",
5959
"sphinxext-rediraffe",
60+
"sphinx-design",
6061
"myst-parser",
6162
"linkify-it-py",
6263
# Testing
@@ -86,6 +87,7 @@ docs = [
8687
"sphinxext-opengraph",
8788
"sphinx-copybutton",
8889
"sphinxext-rediraffe",
90+
"sphinx-design",
8991
"myst-parser",
9092
"linkify-it-py",
9193
]

uv.lock

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

0 commit comments

Comments
 (0)