From 56bdd9a3efcd26d0b43f2f8c4432092051141db2 Mon Sep 17 00:00:00 2001 From: "njzjz-bot[bot]" <48687836+njzjz-bot@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:09:18 -0400 Subject: [PATCH] docs: pin sphinx-argparse to < 0.5.0 Pin sphinx-argparse to <0.5.0 due to sphinx-doc/sphinx-argparse#56. Generated by the task: https://github.com/njzjz-bot/njzjz-bot/issues/7. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89508252de..c9c850a337 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ docs = [ "ase", "deepmodeling-sphinx>=0.1.0", "dargs>=0.3.4", - "sphinx-argparse", + "sphinx-argparse<0.5.0", "pygments-lammps", "sphinxcontrib-bibtex", "sphinx-autoapi>=3.0.0",