Skip to content

Commit 06fc250

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 d23a289 commit 06fc250

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
@@ -79,6 +79,7 @@ dev = [
7979
"sphinxext-opengraph",
8080
"sphinx-copybutton",
8181
"sphinxext-rediraffe",
82+
"sphinx-design",
8283
"myst-parser",
8384
"linkify-it-py",
8485
# Testing
@@ -114,6 +115,7 @@ docs = [
114115
"sphinxext-opengraph",
115116
"sphinx-copybutton",
116117
"sphinxext-rediraffe",
118+
"sphinx-design",
117119
"myst-parser",
118120
"linkify-it-py",
119121
]

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)