From c778fbf6808e5416d16ccd4480c75c10a0a464d5 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 8 Jun 2020 14:50:14 -0700 Subject: [PATCH] skip sphinx 3.1.0 See https://github.com/sphinx-doc/sphinx/issues/7807 --- docs/source/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt index 4b5907f..3a7ffae 100644 --- a/docs/source/requirements.txt +++ b/docs/source/requirements.txt @@ -1,4 +1,4 @@ -sphinx>=1.3.0 +sphinx>=1.3.0,!=3.1.0 sphinx_rtd_theme sphinx-prompt configparser