We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65485ba commit c74ed38Copy full SHA for c74ed38
doc/requirements.txt
@@ -3,6 +3,6 @@ ipython
3
matplotlib
4
nbsphinx
5
sphinx-argparse
6
-sphinx>=2.1.2
+sphinx>=2.1.2,<3
7
sphinxcontrib-apidoc
8
-sphinxcontrib-napoleon
+sphinxcontrib-napoleon
nipype/info.py
@@ -170,7 +170,7 @@ def get_nipype_gitversion():
170
"matplotlib",
171
"nbsphinx",
172
"sphinx-argparse",
173
- "sphinx>=2.1.2",
+ "sphinx>=2.1.2,<3",
174
"sphinxcontrib-apidoc",
175
"sphinxcontrib-napoleon",
176
],
0 commit comments