From e6be1578bfc2e8a1899f0d98c9e147e02c155ef9 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Mon, 11 Nov 2024 19:44:04 -0600 Subject: [PATCH] Add comment to clarify sphinx-argparse version pinning --- requirements-dev.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index a093a3334e..0026f61160 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,8 @@ # Newer sphinx needed for proper type hint support in docstrings sphinx>=3.0.0 sphinxcontrib-napoleon>=0.5.0 +# sphinx-argparse 0.4.0 is the last version to support Python 3.9 +# see https://sphinx-argparse.readthedocs.io/en/latest/changelog.html#id3 sphinx-argparse==0.4.0 sphinx-book-theme<=1.1.2,>=1.0.0 sphinx-copybutton==0.5.2