Skip to content

Commit 3a9dff8

Browse files
committed
build(deps): Remove unused sphinx-click dev dependency
1 parent 4399af3 commit 3a9dff8

File tree

4 files changed

+5
-20
lines changed

4 files changed

+5
-20
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ $ pip install --user --upgrade --pre libtmux
1414

1515
<!-- Maintainers and contributors: Insert change notes for the next release above -->
1616

17+
### Internal
18+
19+
- Remove unused `sphinx-click` development dependency
20+
1721
## libtmux 0.16.0 (2022-12-10)
1822

1923
### Breaking changes

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"sphinx.ext.todo",
2929
"sphinx.ext.linkcode",
3030
"sphinx.ext.napoleon",
31-
"sphinx_click.ext", # sphinx-click
3231
"sphinx_inline_tabs",
3332
"sphinx_copybutton",
3433
"sphinxext.opengraph",

poetry.lock

Lines changed: 1 addition & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ furo = "*"
5555
gp-libs = "~0.0.1a17"
5656
sphinx-autobuild = "*"
5757
sphinx-autodoc-typehints = "*"
58-
sphinx-click = "*"
5958
sphinx-inline-tabs = { version = "*", python = "^3.7" }
6059
sphinxext-opengraph = "*"
6160
sphinx-copybutton = "*"

0 commit comments

Comments
 (0)