From 774a1ba31500ee0bc00ce47e33d5765c515b500e Mon Sep 17 00:00:00 2001 From: Keith Battocchi Date: Mon, 10 Aug 2020 12:25:12 -0400 Subject: [PATCH] Pin Sphinx to avoid docstring bug --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 34c3ceb74..94d8292aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ classifiers = packages = find_namespace: setup_requires = pytest-runner - sphinx + sphinx < 3.2 sphinx_rtd_theme install_requires = numpy