From 278058ac80e4f342d2b7f49bce1b9df20f4dc291 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 7 Apr 2020 07:12:57 +0200 Subject: [PATCH] Mask Sphinx 3.0.0 Change I8cf2a0932701b7023eef22b5cb2b6d3088891389 removes sphinx 3.0.0 since it breaks docs builds, add the missing mask entry for global-requirements.txt. Change-Id: I79d232348a51b95ffac67aa07b46c8da71c3ac0a --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 4a588f1ad7..ff7d9be950 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -526,7 +526,7 @@ selenium # Apache-2.0 setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0;python_version>='3.5' # PSF/ZPL setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,<45.0.0;python_version<='2.7' # PSF/ZPL sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0;python_version>='3.4' # BSD sphinx-testing # BSD License sphinxcontrib-actdiag<2.0.0;python_version=='2.7' # BSD sphinxcontrib-actdiag;python_version>='3.4' # BSD