Skip to content

Commit 6227f49

Browse files
authored
docs: pin sphinx-argparse to < 0.5.0 (#683)
Pin sphinx-argparse to <0.5.0 due to sphinx-doc/sphinx-argparse#56. Generated by the task: njzjz-bot/njzjz-bot#7. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated `sphinx-argparse` dependency version to `<0.5.0` to ensure compatibility. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 1c62239 commit 6227f49

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
@@ -59,7 +59,7 @@ docs = [
5959
'numpydoc',
6060
'm2r2',
6161
'deepmodeling-sphinx>=0.1.1',
62-
'sphinx-argparse',
62+
'sphinx-argparse<0.5.0',
6363
'rdkit',
6464
'jupyterlite-sphinx',
6565
'jupyterlite-xeus',

0 commit comments

Comments
 (0)