Skip to content

Commit 6dbfeb5

Browse files
committed
docs-requirements: Fix CI break
Change the version of sphinx to less than 1.6.6 to fix the CI break. Fixes coala#5058
1 parent 0270f96 commit 6dbfeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# all requirements are needed so that autodoc can find them
22
-r requirements.txt
33
-r test-requirements.txt
4-
sphinx~=1.6.2
4+
sphinx>=1.6.2,<1.6.6
55
sphinx-argparse~=0.2.1

0 commit comments

Comments
 (0)