Skip to content

Commit 8c9b921

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 - Update uv.lock
1 parent 1ffe2f5 commit 8c9b921

File tree

2 files changed

+59
-68
lines changed

2 files changed

+59
-68
lines changed

pyproject.toml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,9 @@ Changes = "https://github.com/vcs-python/libvcs/blob/master/CHANGES"
6464
[dependency-groups]
6565
dev = [
6666
# Docs
67-
"sphinx<9",
68-
"furo",
67+
"gp-sphinx==0.0.1a0",
6968
"gp-libs",
7069
"sphinx-autobuild",
71-
"sphinx-autodoc-typehints",
72-
"sphinx-inline-tabs",
73-
"sphinxext-opengraph",
74-
"sphinx-copybutton",
75-
"sphinxext-rediraffe",
76-
"myst-parser",
77-
"sphinx-design",
78-
"linkify-it-py",
7970
# Testing
8071
"gp-libs",
8172
"pytest",
@@ -92,18 +83,9 @@ dev = [
9283
]
9384

9485
docs = [
95-
"sphinx<9",
96-
"furo",
86+
"gp-sphinx==0.0.1a0",
9787
"gp-libs",
9888
"sphinx-autobuild",
99-
"sphinx-autodoc-typehints",
100-
"sphinx-inline-tabs",
101-
"sphinxext-opengraph",
102-
"sphinx-copybutton",
103-
"sphinxext-rediraffe",
104-
"myst-parser",
105-
"sphinx-design",
106-
"linkify-it-py",
10789
]
10890
testing = [
10991
"gp-libs",

uv.lock

Lines changed: 57 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)