Skip to content

Commit 7bc0f80

Browse files
committed
py(deps[dev]): Pin gp-sphinx packages to PyPI 0.0.1a0
why: Squash incremental git-source tracking into final pinned release. what: - Remove [tool.uv.sources] git overrides for gp-sphinx packages - Pin gp-sphinx==0.0.1a0 and sphinx-autodoc-pytest-fixtures==0.0.1a0 - Update uv.lock to resolve from PyPI
1 parent 0e7f9b2 commit 7bc0f80

2 files changed

Lines changed: 28 additions & 18 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Changes = "https://github.com/tmux-python/libtmux/blob/master/CHANGES"
5252
[dependency-groups]
5353
dev = [
5454
# Docs (via gp-sphinx)
55-
"gp-sphinx",
56-
"sphinx-autodoc-pytest-fixtures",
55+
"gp-sphinx==0.0.1a0",
56+
"sphinx-autodoc-pytest-fixtures==0.0.1a0",
5757
"sphinx-autobuild",
5858
"types-docutils",
5959
# Testing
@@ -74,8 +74,8 @@ dev = [
7474
]
7575

7676
docs = [
77-
"gp-sphinx",
78-
"sphinx-autodoc-pytest-fixtures",
77+
"gp-sphinx==0.0.1a0",
78+
"sphinx-autodoc-pytest-fixtures==0.0.1a0",
7979
"sphinx-autobuild",
8080
]
8181
testing = [
@@ -104,12 +104,6 @@ libtmux = "libtmux.pytest_plugin"
104104
requires = ["hatchling"]
105105
build-backend = "hatchling.build"
106106

107-
[tool.uv.sources]
108-
gp-sphinx = { git = "https://github.com/git-pull/gp-sphinx", branch = "init-3", subdirectory = "packages/gp-sphinx" }
109-
sphinx-fonts = { git = "https://github.com/git-pull/gp-sphinx", branch = "init-3", subdirectory = "packages/sphinx-fonts" }
110-
sphinx-gptheme = { git = "https://github.com/git-pull/gp-sphinx", branch = "init-3", subdirectory = "packages/sphinx-gptheme" }
111-
sphinx-autodoc-pytest-fixtures = { git = "https://github.com/git-pull/gp-sphinx", branch = "init-3", subdirectory = "packages/sphinx-autodoc-pytest-fixtures" }
112-
113107
[tool.mypy]
114108
strict = true
115109
python_version = "3.10"

uv.lock

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

0 commit comments

Comments
 (0)