Skip to content

Commit aad716d

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 - Keep aafigure and pillow (project-specific) - Update uv.lock
1 parent 61c95ff commit aad716d

2 files changed

Lines changed: 70 additions & 75 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,10 @@ dev = [
5959
# Docs
6060
"aafigure",
6161
"pillow",
62-
"sphinx<9",
63-
"furo",
62+
"gp-sphinx==0.0.1a0",
63+
"sphinx-argparse-neo==0.0.1a0",
6464
"gp-libs",
6565
"sphinx-autobuild",
66-
"sphinx-autodoc-typehints",
67-
"sphinx-inline-tabs",
68-
"sphinxext-opengraph",
69-
"sphinx-copybutton",
70-
"sphinxext-rediraffe",
71-
"sphinx-argparse",
72-
"myst-parser",
73-
"sphinx-design", # https://sphinx-design.readthedocs.io/
74-
"linkify-it-py",
7566
# Testing
7667
"gp-libs",
7768
"pytest",
@@ -93,18 +84,10 @@ dev = [
9384
docs = [
9485
"aafigure",
9586
"pillow",
96-
"sphinx<9",
97-
"furo",
87+
"gp-sphinx==0.0.1a0",
88+
"sphinx-argparse-neo==0.0.1a0",
9889
"gp-libs",
9990
"sphinx-autobuild",
100-
"sphinx-autodoc-typehints",
101-
"sphinx-inline-tabs",
102-
"sphinxext-opengraph",
103-
"sphinx-copybutton",
104-
"sphinxext-rediraffe",
105-
"myst-parser",
106-
"linkify-it-py",
107-
"sphinx-design", # https://sphinx-design.readthedocs.io/
10891
]
10992
testing = [
11093
"gp-libs",

uv.lock

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

0 commit comments

Comments
 (0)