Skip to content

Commit 531f10d

Browse files
committed
[FIX] sphinxarg.ext release 0.5.0 breaks doc build.
Issue described at sphinx-doc/sphinx-argparse#56
1 parent 1cb7468 commit 531f10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipoppy_cli/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ doc = [
4242
"furo>=2024.1.29",
4343
"pygments-csv-lexer>=0.1.3",
4444
"sphinx>=7.2.6",
45-
"sphinx-argparse>=0.4.0",
45+
"sphinx-argparse==0.4.0",
4646
"sphinx-autoapi==3.0.0",
4747
"sphinx-copybutton>=0.5.2",
4848
"sphinx-jsonschema>=1.19.1",

0 commit comments

Comments
 (0)