Skip to content

Commit 4b57399

Browse files
committed
py(deps[dev]): Replace sphinx/furo stack with gp-sphinx==0.0.1a0
why: Consolidate docs dependencies into the gp-sphinx shared platform. what: - Remove individual sphinx extension deps from dev and docs groups - Add gp-sphinx==0.0.1a0 and sphinx-argparse-neo==0.0.1a0 - Update uv.lock
1 parent cb1c18b commit 4b57399

2 files changed

Lines changed: 80 additions & 68 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,10 @@ vcspull = "vcspull:cli.cli"
7070
[dependency-groups]
7171
dev = [
7272
# Docs
73-
"sphinx<9",
74-
"furo",
73+
"gp-sphinx==0.0.1a0",
74+
"sphinx-argparse-neo==0.0.1a0",
7575
"gp-libs",
7676
"sphinx-autobuild",
77-
"sphinx-autodoc-typehints",
78-
"sphinx-inline-tabs",
79-
"sphinxext-opengraph",
80-
"sphinx-copybutton",
81-
"sphinxext-rediraffe",
82-
"sphinx-design",
83-
"myst-parser",
84-
"linkify-it-py",
8577
# Testing
8678
"gp-libs",
8779
"pytest",
@@ -106,18 +98,10 @@ dev = [
10698
]
10799

108100
docs = [
109-
"sphinx<9",
110-
"furo",
101+
"gp-sphinx==0.0.1a0",
102+
"sphinx-argparse-neo==0.0.1a0",
111103
"gp-libs",
112104
"sphinx-autobuild",
113-
"sphinx-autodoc-typehints",
114-
"sphinx-inline-tabs",
115-
"sphinxext-opengraph",
116-
"sphinx-copybutton",
117-
"sphinxext-rediraffe",
118-
"sphinx-design",
119-
"myst-parser",
120-
"linkify-it-py",
121105
]
122106
testing = [
123107
"gp-libs",

uv.lock

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

0 commit comments

Comments
 (0)