Skip to content

Commit e27c421

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 8e81f59 commit e27c421

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ dev = [
7070
"sphinxext-rediraffe",
7171
"sphinx-argparse",
7272
"myst-parser",
73+
"sphinx-design", # https://sphinx-design.readthedocs.io/
7374
"linkify-it-py",
7475
# Testing
7576
"gp-libs",
@@ -103,6 +104,7 @@ docs = [
103104
"sphinxext-rediraffe",
104105
"myst-parser",
105106
"linkify-it-py",
107+
"sphinx-design", # https://sphinx-design.readthedocs.io/
106108
]
107109
testing = [
108110
"gp-libs",

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)