Skip to content

Commit 30838dc

Browse files
committed
build(deps): sphinx-click -> sphinx-argparse
1 parent 969359c commit 30838dc

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
@@ -59,7 +59,7 @@ furo = "*"
5959
gp-libs = "0.0.1a16"
6060
sphinx-autobuild = "*"
6161
sphinx-autodoc-typehints = "*"
62-
sphinx-click = "*"
62+
sphinx-argparse = "*"
6363
sphinx-inline-tabs = "*"
6464
sphinxext-opengraph = "*"
6565
sphinx-copybutton = "*"
@@ -101,7 +101,7 @@ importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
101101
docs = [
102102
"docutils",
103103
"sphinx",
104-
"sphinx-click",
104+
"sphinx-argparse",
105105
"sphinx-autodoc-typehints",
106106
"sphinx-autobuild",
107107
"sphinx-copybutton",

0 commit comments

Comments
 (0)