Skip to content

Commit

Permalink
docs: pin sphinx to avoid build failure
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Rodriguez <diego.rodriguez@cern.ch>
  • Loading branch information
Diego Rodriguez committed May 24, 2017
1 parent 0b99860 commit 9d94384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

extras_require = {
'docs': [
'Sphinx>=1.4.4',
'Sphinx>=1.4.4,<1.6',
'sphinx-rtd-theme>=0.1.9',
'sphinxcontrib-httpdomain>=1.5.0',
'sphinxcontrib-openapi>=0.3.0'
Expand Down

0 comments on commit 9d94384

Please sign in to comment.