Skip to content

Commit

Permalink
Unpin sphinx version in tests
Browse files Browse the repository at this point in the history
Whoops, I thought I did this in gh-25, but apparently not...
  • Loading branch information
njsmith committed Jun 3, 2019
1 parent c155d10 commit 28c011e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/rtd-requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sphinx < 2.1
sphinx
2 changes: 1 addition & 1 deletion ci/rtd-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytz==2019.1 # via babel
requests==2.22.0 # via sphinx
six==1.12.0 # via packaging
snowballstemmer==1.2.1 # via sphinx
sphinx==2.0.1
sphinx==2.1.0
sphinxcontrib-applehelp==1.0.1 # via sphinx
sphinxcontrib-devhelp==1.0.1 # via sphinx
sphinxcontrib-htmlhelp==1.0.2 # via sphinx
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ async_generator
contextlib2
lxml
cssselect
sphinx < 2.1
sphinx
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pytz==2019.1 # via babel
requests==2.22.0 # via sphinx
six==1.12.0 # via packaging, pytest
snowballstemmer==1.2.1 # via sphinx
sphinx==2.0.1
sphinx==2.1.0
sphinxcontrib-applehelp==1.0.1 # via sphinx
sphinxcontrib-devhelp==1.0.1 # via sphinx
sphinxcontrib-htmlhelp==1.0.2 # via sphinx
Expand Down

0 comments on commit 28c011e

Please sign in to comment.