From fb2f4781c4fe34311b7e2c10c45001b0c77c86ad Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Tue, 16 Jul 2024 15:41:36 -0400 Subject: [PATCH] chore(deps): Blacklist known bad version of sphinx-argparse xref https://github.com/sphinx-doc/sphinx-argparse/issues/56 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0ad8fee..a53f2189 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ NiPreps = "https://www.nipreps.org/" doc = [ "pydot >= 1.2.3", "sphinx >= 5", - "sphinx-argparse", + "sphinx-argparse !=0.5.0", "sphinx_rtd_theme>=0.5.2", ] dev = [