Skip to content

Commit 886bba9

Browse files
committed
build(deps): sphinx-click -> sphinx-argparse
1 parent ce64c75 commit 886bba9

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ furo = "*"
5858
gp-libs = "0.0.1a16"
5959
sphinx-autobuild = "*"
6060
sphinx-autodoc-typehints = "*"
61-
sphinx-click = "*"
61+
sphinx-argparse = "*"
6262
sphinx-inline-tabs = "*"
6363
sphinxext-opengraph = "*"
6464
sphinx-copybutton = "*"
@@ -97,7 +97,7 @@ importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
9797
docs = [
9898
"docutils",
9999
"sphinx",
100-
"sphinx-click",
100+
"sphinx-argparse",
101101
"sphinx-autodoc-typehints",
102102
"sphinx-autobuild",
103103
"sphinx-copybutton",

0 commit comments

Comments
 (0)