Skip to content

Commit a225da1

Browse files
committed
build(deps): Fix sphinx-argparse dependency
1 parent 047c2d2 commit a225da1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ sphinx-inline-tabs = "*"
7373
sphinxext-opengraph = "*"
7474
sphinx-copybutton = "*"
7575
sphinxext-rediraffe = "*"
76+
sphinx-argparse = "^0.3.1"
7677
myst_parser = "*"
7778

7879
### Testing ###
@@ -103,6 +104,7 @@ types-colorama = "*"
103104
[tool.poetry.extras]
104105
docs = [
105106
"sphinx",
107+
"sphinx-argparse",
106108
"sphinx-autodoc-typehints",
107109
"sphinx-autobuild",
108110
"sphinxext-rediraffe",
@@ -126,9 +128,6 @@ lint = [
126128
"types-colorama",
127129
]
128130

129-
[tool.poetry.group.dev.dependencies]
130-
sphinx-argparse = "^0.3.1"
131-
132131
[tool.mypy]
133132
python_version = 3.9
134133
warn_unused_configs = true

0 commit comments

Comments
 (0)