From d0ecd516c1ca23440d89f75e0b3a7fd9bee15296 Mon Sep 17 00:00:00 2001 From: John Chilton <jmchilton@gmail.com> Date: Mon, 16 Mar 2015 21:20:43 -0400 Subject: [PATCH] Explicitly require sphinx 1.2. Docs build fine with 1.3 - but there is a new warning which causes linting them to fail and 1.2 is what is used by readthedocs.org as far as I can tell. --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4d439ba5..c946afb6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ webtest coverage # For dev -sphinx +sphinx==1.2 # For Python 2.6 tests unittest2 -- GitLab