Skip to content

Commit

Permalink
docs: pin sphinx-argparse to < 0.5.0 (deepmodeling#3988)
Browse files Browse the repository at this point in the history
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 to ensure compatibility by
restricting it to versions below `0.5.0`.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
njzjz-bot authored and njzjz committed Sep 16, 2024
1 parent 6dafa50 commit 57bf4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ docs = [
"ase",
"deepmodeling-sphinx>=0.1.0",
"dargs>=0.3.4",
"sphinx-argparse",
"sphinx-argparse<0.5.0",
"pygments-lammps",
"sphinxcontrib-bibtex",
]
Expand Down

0 comments on commit 57bf4d3

Please sign in to comment.