Skip to content

Commit e16de76

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 54977ea commit e16de76

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
@@ -74,6 +74,7 @@ dev = [
7474
"sphinx-copybutton",
7575
"sphinxext-rediraffe",
7676
"myst-parser",
77+
"sphinx-design",
7778
"linkify-it-py",
7879
# Testing
7980
"gp-libs",
@@ -101,6 +102,7 @@ docs = [
101102
"sphinx-copybutton",
102103
"sphinxext-rediraffe",
103104
"myst-parser",
105+
"sphinx-design",
104106
"linkify-it-py",
105107
]
106108
testing = [

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)