From 6dbfeb5615ad195ee448d3e673e71b75d3147d9c Mon Sep 17 00:00:00 2001 From: newbazz Date: Tue, 9 Jan 2018 01:54:37 +0530 Subject: [PATCH] docs-requirements: Fix CI break Change the version of sphinx to less than 1.6.6 to fix the CI break. Fixes https://github.com/coala/coala/issues/5058 --- docs-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index db0e6441df..f9309218d5 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -1,5 +1,5 @@ # all requirements are needed so that autodoc can find them -r requirements.txt -r test-requirements.txt -sphinx~=1.6.2 +sphinx>=1.6.2,<1.6.6 sphinx-argparse~=0.2.1