Skip to content

Commit

Permalink
Pin sphinx version to avoid m2r/sphinx bugs (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
jklaise committed Apr 14, 2020
1 parent 5aec3ab commit fd3a378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/requirements_all.txt
Expand Up @@ -15,7 +15,7 @@ pytest>=5.3.5
pytest-cov>=2.6.1
pytest-lazy-fixture>=0.6.3
pytest-xdist>=1.28.0
sphinx>=2.1.2
sphinx>=2.1.2,<3.0
flake8>=3.7.7
mypy>=0.670
sphinx-autodoc-typehints>=1.6.0,<1.10
Expand All @@ -29,4 +29,4 @@ ipython>=7.2.0
codecov>=2.0.15
pre-commit>=1.20.0
shap>=0.35.0
scipy>=1.3.1
scipy>=1.3.1
2 changes: 1 addition & 1 deletion requirements/requirements_ci.txt
@@ -1,6 +1,6 @@
pytest>=5.3.5
pytest-cov>=2.6.1
sphinx>=2.1.2
sphinx>=2.1.2,<3.0
pytest-xdist>=1.28.0
pytest-lazy-fixture>=0.6.3
flake8>=3.7.7
Expand Down

0 comments on commit fd3a378

Please sign in to comment.