Skip to content

Commit 0b79bb7

Browse files
Pin sphinx-argparse package (#702)
Release v0.5.0 introduced a bug with the use of autodoc_mock_imports [1]. [1] - sphinx-doc/sphinx-argparse#56
1 parent adae43f commit 0b79bb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
sphinx>=5.0.0
22
sphinx_rtd_theme>=2.0.0
3-
sphinx-argparse>=0.4.0
3+
# unpin when https://github.com/sphinx-doc/sphinx-argparse/issues/56 is fixed
4+
sphinx-argparse==0.4.0

0 commit comments

Comments
 (0)