Skip to content

Commit

Permalink
Fix the Sphix dependency
Browse files Browse the repository at this point in the history
Limit the version of Sphinx to 1.2.3 to resolve the
python 2.6 build failed issue.
The root cause of this is adding new typing package
dependency in latest Sphinx,and even the oldest typing
package can't support 2.6 build.
  • Loading branch information
xiangge committed Jun 30, 2017
1 parent b3cd656 commit b2a728e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ flake8<=3.0.3
coverage
argcomplete
# docs
Sphinx
Sphinx<=1.2.3

0 comments on commit b2a728e

Please sign in to comment.