Skip to content

Commit dfa143d

Browse files
authored
docs: pin sphinx-argparse to < 0.5.0 (#469)
Pin sphinx-argparse to <0.5.0 due to sphinx-doc/sphinx-argparse#56. Generated by the task: njzjz-bot/njzjz-bot#7.
1 parent 3f0d8d5 commit dfa143d

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
@@ -55,7 +55,7 @@ docs = [
5555
'numpydoc',
5656
'deepmodeling_sphinx>=0.1.1',
5757
'dargs>=0.3.1',
58-
'sphinx-argparse',
58+
'sphinx-argparse<0.5.0',
5959
]
6060
cloudserver = ["oss2", "tqdm", "bohrium-sdk"]
6161
bohrium = ["oss2", "tqdm", "bohrium-sdk"]

0 commit comments

Comments
 (0)