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 fc4009b commit c15234eCopy full SHA for c15234e
docs/requirements.txt
@@ -8,7 +8,7 @@ packaging
8
pydot>=1.2.3
9
pydotplus
10
sphinx-argparse
11
-sphinx>=2.1.2
+sphinx>=2.1.2,<3
12
sphinx_rtd_theme
13
sphinxcontrib-apidoc ~= 0.3.0
14
-templateflow
+templateflow
setup.cfg
@@ -42,7 +42,7 @@ include_package_data = True
42
43
[options.extras_require]
44
doc =
45
- sphinx >= 2.1.2
+ sphinx >= 2.1.2, <3
46
pydot >= 1.2.3
47
48
0 commit comments