paris-saclay-cds / ramp-workflow

Toolkit for building predictive workflows on top of pydata (pandas, scikit-learn, pytorch, keras, etc.).
https://paris-saclay-cds.github.io/ramp-docs/
BSD 3-Clause "New" or "Revised" License
68 stars 43 forks source link

Force sphinx to have version lower than 4.0 #280

Closed albertcthomas closed 3 years ago

albertcthomas commented 3 years ago

Fixing circle CI by using sphinx with a version lower than 4.0 Closes #278

codecov[bot] commented 3 years ago

Codecov Report

Merging #280 (540a41a) into master (593b9fb) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #280   +/-   ##
=======================================
  Coverage   82.98%   82.98%           
=======================================
  Files         137      137           
  Lines        4684     4684           
=======================================
  Hits         3887     3887           
  Misses        797      797           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 593b9fb...540a41a. Read the comment docs.

albertcthomas commented 3 years ago

@rth please merge if this is fine for you

rth commented 3 years ago

Thanks @albertcthomas !