Skip to content

Commit cc6484f

Browse files
committed
chore(dependency): revise deps to build docs after release of Sphinx-3.0
1 parent 4ce5b73 commit cc6484f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049
22
git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
33
nbsphinx
44
nipype ~= 1.4
5-
niworkflows ~= 1.1.10
5+
niworkflows >=1.2.0rc1,<1.3
66
packaging
77
pydot>=1.2.3
88
pydotplus
9-
smriprep >= 0.6.0rc1
9+
smriprep >=0.6.0rc2
1010
sphinx-argparse
11-
sphinx>=2.1.2
11+
sphinx >=2.1.2,<3.0
1212
sphinx_rtd_theme
1313
sphinxcontrib-apidoc ~= 0.3.0
1414
templateflow

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ doc =
4848
packaging
4949
pydot >= 1.2.3
5050
pydotplus
51-
sphinx >= 2.1.2
51+
sphinx >=2.1.2,<3.0
5252
sphinx-argparse
5353
sphinx_rtd_theme
5454
sphinxcontrib-apidoc ~= 0.3.0

0 commit comments

Comments
 (0)