Skip to content

Commit

Permalink
Avoid sphinx >= 2.1 in the pip CI test
Browse files Browse the repository at this point in the history
Sphinx 2.1.0 does not work with cornice_sphinx[0]. This is causing
our CI to fail, but fixing it is not easy. For now, we are going
to install an older Sphinx until we can figure out what to do to
work with Sphinx >= 2.1.0.

re fedora-infra#3300

[0] Cornices/cornice.ext.sphinx#22

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
  • Loading branch information
bowlofeggs authored and mattiaverga committed Jun 10, 2019
1 parent 6250b27 commit 75ad1a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devel/ci/Dockerfile-pip
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN pip-3 install \
pydocstyle \
pytest \
pytest-cov \
"sphinx<2.1" \
sqlalchemy_schemadisplay \
webtest

Expand Down

0 comments on commit 75ad1a6

Please sign in to comment.