Skip to content

Commit 4c04a9a

Browse files
committed
py(deps[dev]): Point gp-sphinx packages to main branch
why: init-3 branch has been merged to main; switch to track main directly. what: - Update all gp-sphinx uv.sources branches from init-3 to main - Update uv.lock to 7ac3848e
1 parent 115fd0d commit 4c04a9a

2 files changed

Lines changed: 12 additions & 18 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ requires = ["hatchling"]
105105
build-backend = "hatchling.build"
106106

107107
[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" }
108+
gp-sphinx = { git = "https://github.com/git-pull/gp-sphinx", branch = "main", subdirectory = "packages/gp-sphinx" }
109+
sphinx-fonts = { git = "https://github.com/git-pull/gp-sphinx", branch = "main", subdirectory = "packages/sphinx-fonts" }
110+
sphinx-gptheme = { git = "https://github.com/git-pull/gp-sphinx", branch = "main", subdirectory = "packages/sphinx-gptheme" }
111+
sphinx-autodoc-pytest-fixtures = { git = "https://github.com/git-pull/gp-sphinx", branch = "main", subdirectory = "packages/sphinx-autodoc-pytest-fixtures" }
112112

113113
[tool.mypy]
114114
strict = true

uv.lock

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

0 commit comments

Comments
 (0)