Skip to content

Commit c15234e

Browse files
committed
DOC: Require Sphinx <3
1 parent fc4009b commit c15234e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packaging
88
pydot>=1.2.3
99
pydotplus
1010
sphinx-argparse
11-
sphinx>=2.1.2
11+
sphinx>=2.1.2,<3
1212
sphinx_rtd_theme
1313
sphinxcontrib-apidoc ~= 0.3.0
14-
templateflow
14+
templateflow

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ include_package_data = True
4242

4343
[options.extras_require]
4444
doc =
45-
sphinx >= 2.1.2
45+
sphinx >= 2.1.2, <3
4646
pydot >= 1.2.3
4747
pydotplus
4848
sphinx_rtd_theme

0 commit comments

Comments
 (0)