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 7ab44c8 commit 1977707Copy full SHA for 1977707
docs/requirements.txt
@@ -6,7 +6,7 @@ packaging
6
pydot>=1.2.3
7
pydotplus
8
sphinx-argparse
9
-sphinx>=2.1.2
+sphinx>=2.1.2,<3.0
10
sphinx_rtd_theme
11
sphinxcontrib-apidoc ~= 0.3.0
12
-templateflow
+templateflow
setup.cfg
@@ -68,7 +68,7 @@ exclude =
68
doc =
69
pydot >= 1.2.3
70
71
- sphinx >= 2.1.2
+ sphinx >= 2.1.2, < 3.0
72
73
74
sphinxcontrib-napoleon
@@ -77,6 +77,7 @@ docs =
77
%(doc)s
78
duecredit =
79
duecredit
80
+ citeproc-py != 0.5.0
81
pointclouds =
82
pyntcloud
83
style =
0 commit comments