Skip to content

Commit

Permalink
Add upper bound to sphinx version
Browse files Browse the repository at this point in the history
the m2r extension isn't compatible with v3.0; see miyakogi/m2r#55 for example
  • Loading branch information
bdewilde committed Apr 9, 2020
1 parent 9646142 commit 57baed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt
m2r>=0.2.0
mypy>=0.600
sphinx>=2.0.0
sphinx>=2.0.0,<3.0.0
pytest>=4.0.0
pytest-cov>=2.6.0

0 comments on commit 57baed6

Please sign in to comment.