From ee1a7f5e8b0ba781072696cea8529ed53d1866f4 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Tue, 12 May 2020 11:13:42 -0700 Subject: [PATCH] DOC,BLD: pin sphinx to <3.0 Attempting to build with Sphinx 3 raises a lot of warnings, particularly re: the documentation for the C components. Pinning to sphinx 2 until this is resolved. --- doc_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_requirements.txt b/doc_requirements.txt index ce1c33b17bda..52b51cd6ea3b 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,4 +1,4 @@ -sphinx>=2.2.0 +sphinx>=2.2.0,<3.0 ipython scipy matplotlib