Skip to content

Commit d57eef0

Browse files
committed
requirements: Fix Sphinx < 1.6
This is currently broken with pbr. Let's just blacklist that package until it's fixed. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 82d7a0d commit d57eef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-r requirements.txt
2-
sphinx>=1.5,<2.0
2+
sphinx>=1.5,<1.6
33
sphinx-click>=1.0,<2.0
44
click-man>=0.2,<0.3

0 commit comments

Comments
 (0)