From 925f2e856e5714e8cd3cc4405a6fcf41a23b813b Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 2 Jan 2017 23:54:13 +0100 Subject: [PATCH] docs: Attempt at working around Travis CI crash when building docs --- docs/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index f0cc5e6c..ddc1d265 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,6 @@ Sphinx >= 1.0 pygraphviz Pykka >= 1.1 +# Require newer requests than what Travis/Debian has to work around linkcheck crash +requests > 2.4.3 sphinx_rtd_theme