From 864042eebbb66f14cb196026d0d8735c7dab639e Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Tue, 23 Aug 2016 10:41:38 -0500 Subject: [PATCH] Pin older versions of ZEO/ZODB for RTD [skip ci] --- doc-requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc-requirements.txt b/doc-requirements.txt index a356ee9..a0e7c0f 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -3,3 +3,8 @@ setuptools>=23.0.0 sphinxcontrib-programoutput repoze.sphinx.autointerface sphinx_rtd_theme +# RTD runs us on on alder Python 2.7, but +# ZEO >= 5.0b1 needs at least 2.7.9. So pin +# *both* ZODB and ZEO to older versions +ZODB < 5 +ZEO < 5