Skip to content

Commit c74ed38

Browse files
committed
DOC: Require Sphinx <3
1 parent 65485ba commit c74ed38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ ipython
33
matplotlib
44
nbsphinx
55
sphinx-argparse
6-
sphinx>=2.1.2
6+
sphinx>=2.1.2,<3
77
sphinxcontrib-apidoc
8-
sphinxcontrib-napoleon
8+
sphinxcontrib-napoleon

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def get_nipype_gitversion():
170170
"matplotlib",
171171
"nbsphinx",
172172
"sphinx-argparse",
173-
"sphinx>=2.1.2",
173+
"sphinx>=2.1.2,<3",
174174
"sphinxcontrib-apidoc",
175175
"sphinxcontrib-napoleon",
176176
],

0 commit comments

Comments
 (0)