Skip to content

Commit 616265d

Browse files
committed
pyproject.toml: use jonrebm/sphinx-argparse
For generating proper manpages of labgrid-client we need sphinx-argparse patched to support choices ranges and to honor @Skip for subcommands. Signed-off-by: Jonas Rebmann <[email protected]>
1 parent bae637f commit 616265d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dynamic = ["version"] # via setuptools_scm
5656
doc = [
5757
"sphinx_rtd_theme>=1.0.0",
5858
"Sphinx>=2.0.0",
59-
"sphinx-argparse",
59+
"sphinx-argparse @ git+https://github.com/jonrebm/sphinx-argparse.git",
6060
]
6161
docker = ["docker>=5.0.2"]
6262
graph = ["graphviz>=0.17.0"]

0 commit comments

Comments
 (0)